diff options
Diffstat (limited to 'cli/tsc.rs')
-rw-r--r-- | cli/tsc.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tsc.rs b/cli/tsc.rs index 6b238ea36..d78485fd3 100644 --- a/cli/tsc.rs +++ b/cli/tsc.rs @@ -679,7 +679,6 @@ impl TsCompiler { self.file_fetcher.clone(), global_state.maybe_import_map.clone(), permissions.clone(), - global_state.flags.unstable, false, true, ); @@ -1158,7 +1157,6 @@ async fn create_runtime_module_graph( global_state.file_fetcher.clone(), None, permissions, - global_state.flags.unstable, false, false, ); @@ -1678,7 +1676,6 @@ mod tests { file_fetcher.clone(), None, Permissions::allow_all(), - mock_state.flags.unstable, false, false, ); @@ -1755,7 +1752,6 @@ mod tests { file_fetcher.clone(), None, Permissions::allow_all(), - mock_state.flags.unstable, false, false, ); |