Skip to content

Commit 2295c83

Browse files
Mohsen Azimisokra
authored andcommitted
Add ts-ignore comments with link to issue
microsoft/TypeScript#15647
1 parent 5b236e5 commit 2295c83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/debug/ProfilingPlugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,5 +416,6 @@ const makeNewProfiledTapFn = (
416416
}
417417
};
418418

419+
// @ts-ignore https://github.com/Microsoft/TypeScript/issues/15647
419420
module.exports = ProfilingPlugin;
420421
module.exports.Profiler = Profiler;

lib/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @ts-nocheck
1+
// @ts-nocheck https://github.com/Microsoft/TypeScript/issues/15647
22
/*
33
MIT License http://www.opensource.org/licenses/mit-license.php
44
Author Tobias Koppers @sokra

0 commit comments

Comments
 (0)