We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5719c8d commit 01351d4Copy full SHA for 01351d4
src/compiler/program.ts
@@ -783,7 +783,7 @@ namespace ts {
783
// We only set `file.resolvedModules` via work from the current function,
784
// so it is defined iff we already called the current function on `file`.
785
// That call happened no later than the creation of the `file` object,
786
- // which per above occured during the current program creation.
+ // which per above occurred during the current program creation.
787
// Since we assume the filesystem does not change during program creation,
788
// it is safe to reuse resolutions from the earlier call.
789
const result: ResolvedModuleFull[] = [];
0 commit comments