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 063e3ac commit 4061e02Copy full SHA for 4061e02
src/compiler/checker.ts
@@ -995,7 +995,7 @@ module ts {
995
}
996
997
// Let the writer know we just wrote out a symbol. The declaration emitter writer uses
998
- // this to determine if an import it has previously seen (and not writer out) needs
+ // this to determine if an import it has previously seen (and not written out) needs
999
// to be written to the file once the walk of the tree is complete.
1000
//
1001
// NOTE(cyrusn): This approach feels somewhat unfortunate. A simple pass over the tree
0 commit comments