We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2771a8 commit c5b1990Copy full SHA for c5b1990
1 file changed
src/harness/loggedIO.ts
@@ -268,7 +268,7 @@ namespace Playback {
268
const files = [];
269
for (const file of newLog.filesRead) {
270
if (file.result.contentsPath &&
271
- !/lib\.d\.ts$/.test(file.result.contentsPath) &&
+ Harness.isDefaultLibraryFile(file.result.contentsPath) &&
272
/\.[tj]s$/.test(file.result.contentsPath)) {
273
files.push(file.result.contentsPath);
274
}
0 commit comments