mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-08 11:53:15 -05:00
remove unneeded comment
This commit is contained in:
@@ -409,8 +409,6 @@ namespace ts {
|
||||
}
|
||||
|
||||
public readDirectory(rootDir: string, extension: string, exclude: string[]): string[] {
|
||||
// Consider removing the optional designation for
|
||||
// the exclude param at this time.
|
||||
const encoded = this.shimHost.readDirectory(rootDir, extension, JSON.stringify(exclude));
|
||||
return JSON.parse(encoded);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user