mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(cli): allow for specifying noErrorTruncation
compiler option (#17127)
Fixes https://github.com/denoland/deno/issues/16568
This commit is contained in:
parent
54d40e008a
commit
199144daf0
6 changed files with 41 additions and 1 deletions
|
@ -130,7 +130,6 @@ pub const IGNORED_COMPILER_OPTIONS: &[&str] = &[
|
|||
"noEmit",
|
||||
"noEmitHelpers",
|
||||
"noEmitOnError",
|
||||
"noErrorTruncation",
|
||||
"noLib",
|
||||
"noResolve",
|
||||
"out",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue