diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-12 11:08:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 11:08:00 +0200 |
commit | 60dbc6b29417d666bf01762be84f12b9d2217f90 (patch) | |
tree | 1755f5a8f65f692c3db72365d58dc669c934f3e0 /cli/tsc.rs | |
parent | e3319f34a6ece36eab3138eae83c8d0e18fcc07c (diff) |
Revert "feat(unstable): Support data: urls (#5157)" (#7432)
This reverts commit e3319f34a6ece36eab3138eae83c8d0e18fcc07c.
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, ); |