diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2021-03-15 13:56:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 13:56:31 -0400 |
| commit | 2ff9b01551d4bdb3a820774252706d4e58bceaba (patch) | |
| tree | e7f4a547a6a37ee18b30ac1065a2eaa46ae2cba4 /cli/tsc_config.rs | |
| parent | 0ae079fe50c674824e86a1a0aeb4d2dbd5721dbf (diff) | |
Revert "fix(cli/module_graph): Set useDefineForClassFields to true" (#9792)
Backwards incompatible change cannot be made in-between patch releases.
This commit broke std tests https://github.com/denoland/deno_std/runs/2112369372
This reverts commit c4709834b37640fd3c9d492123e6add904546573.
Diffstat (limited to 'cli/tsc_config.rs')
| -rw-r--r-- | cli/tsc_config.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tsc_config.rs b/cli/tsc_config.rs index a3db12006..54ed34bf1 100644 --- a/cli/tsc_config.rs +++ b/cli/tsc_config.rs @@ -130,7 +130,6 @@ pub const IGNORED_RUNTIME_COMPILER_OPTIONS: &[&str] = &[ "traceResolution", "tsBuildInfoFile", "typeRoots", - "useDefineForClassFields", "version", "watch", ]; |
