diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-09-17 16:54:52 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 16:54:52 +1000 |
commit | 99de9eb4c2a78bf0efdcb5407bec76833dc459cd (patch) | |
tree | e8a9047cfee12a68a440c3d43843c81965ab4cc1 /cli/tsc/99_main_compiler.js | |
parent | 00948a6d680f855dcd0b60628a4b97186496a58c (diff) |
fix(cli): don't ignore diagnostics about for await (#12116)
Fixes #12115
Diffstat (limited to 'cli/tsc/99_main_compiler.js')
-rw-r--r-- | cli/tsc/99_main_compiler.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tsc/99_main_compiler.js b/cli/tsc/99_main_compiler.js index c87d091ad..ddc9f3c78 100644 --- a/cli/tsc/99_main_compiler.js +++ b/cli/tsc/99_main_compiler.js @@ -148,9 +148,6 @@ delete Object.prototype.__proto__; // when that file is a module, but this file has no imports or exports. // Consider adding an empty 'export {}' to make this file a module. 1375, - // 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/testdata/subdir/amd_like.js' is // not a module. 2306, |