diff --git a/src/compiler/types.ts b/src/compiler/types.ts index a7adf28ac8e..363187e9cf3 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -2226,7 +2226,7 @@ namespace ts { endOfFileToken: Token; fileName: string; - /* internal */ path: Path; + /* @internal */ path: Path; text: string; amdDependencies: AmdDependency[];