diff options
author | Kamil Ogórek <kamil.ogorek@gmail.com> | 2022-12-20 02:29:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 20:29:44 -0500 |
commit | 199144daf04dc0f67d1ee775f9f39efeb77562d7 (patch) | |
tree | 95fc0b4d6f7c8772a72b11bb296f25b13014e460 /cli/args/config_file.rs | |
parent | 54d40e008a0905a28569dbeb6f12a1a02189c217 (diff) |
fix(cli): allow for specifying `noErrorTruncation` compiler option (#17127)
Fixes https://github.com/denoland/deno/issues/16568
Diffstat (limited to 'cli/args/config_file.rs')
-rw-r--r-- | cli/args/config_file.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/args/config_file.rs b/cli/args/config_file.rs index 0fa8e4d61..79e1c5367 100644 --- a/cli/args/config_file.rs +++ b/cli/args/config_file.rs @@ -130,7 +130,6 @@ pub const IGNORED_COMPILER_OPTIONS: &[&str] = &[ "noEmit", "noEmitHelpers", "noEmitOnError", - "noErrorTruncation", "noLib", "noResolve", "out", |