We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cafd96 commit 4ef8e0bCopy full SHA for 4ef8e0b
src/services/shims.ts
@@ -409,8 +409,6 @@ namespace ts {
409
}
410
411
public readDirectory(rootDir: string, extension: string, exclude: string[]): string[] {
412
- // Consider removing the optional designation for
413
- // the exclude param at this time.
414
const encoded = this.shimHost.readDirectory(rootDir, extension, JSON.stringify(exclude));
415
return JSON.parse(encoded);
416
0 commit comments