From 60dbc6b29417d666bf01762be84f12b9d2217f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 12 Sep 2020 11:08:00 +0200 Subject: Revert "feat(unstable): Support data: urls (#5157)" (#7432) This reverts commit e3319f34a6ece36eab3138eae83c8d0e18fcc07c. --- cli/tsc.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cli/tsc.rs') 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, ); -- cgit v1.2.3