diff options
Diffstat (limited to 'cli/tsc')
-rw-r--r-- | cli/tsc/99_main_compiler.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tsc/99_main_compiler.js b/cli/tsc/99_main_compiler.js index 29a387887..c87d091ad 100644 --- a/cli/tsc/99_main_compiler.js +++ b/cli/tsc/99_main_compiler.js @@ -151,7 +151,7 @@ delete Object.prototype.__proto__; // TS1103: 'for-await-of' statement is only allowed within an async function // or async generator. 1103, - // TS2306: File 'file:///Users/rld/src/deno/cli/tests/subdir/amd_like.js' is + // TS2306: File 'file:///Users/rld/src/deno/cli/tests/testdata/subdir/amd_like.js' is // not a module. 2306, // TS2688: Cannot find type definition file for '...'. @@ -166,7 +166,7 @@ delete Object.prototype.__proto__; // TS5009: Cannot find the common subdirectory path for the input files. 5009, // TS5055: Cannot write file - // 'http://localhost:4545/cli/tests/subdir/mt_application_x_javascript.j4.js' + // 'http://localhost:4545/subdir/mt_application_x_javascript.j4.js' // because it would overwrite input file. 5055, // TypeScript is overly opinionated that only CommonJS modules kinds can |