From 2ff9b01551d4bdb3a820774252706d4e58bceaba Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 15 Mar 2021 13:56:31 -0400 Subject: 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. --- cli/tsc_config.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tsc_config.rs') 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", ]; -- cgit v1.2.3