fix(cli): allow for specifying noErrorTruncation compiler option (#17127)

Fixes https://github.com/denoland/deno/issues/16568
This commit is contained in:
Kamil Ogórek 2022-12-20 02:29:44 +01:00 committed by GitHub
parent 54d40e008a
commit 199144daf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 41 additions and 1 deletions

View file

@ -130,7 +130,6 @@ pub const IGNORED_COMPILER_OPTIONS: &[&str] = &[
"noEmit",
"noEmitHelpers",
"noEmitOnError",
"noErrorTruncation",
"noLib",
"noResolve",
"out",