feat(unstable): Support data: urls (#5157)

This commit is contained in:
Valentin Anger 2020-09-11 22:40:48 +02:00 committed by GitHub
parent a3282aa9ed
commit e3319f34a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 170 additions and 10 deletions

View file

@ -478,6 +478,7 @@ async fn run_with_watch(flags: Flags, script: String) -> Result<(), ErrBox> {
global_state.file_fetcher.clone(),
global_state.maybe_import_map.clone(),
Permissions::allow_all(),
flags.unstable,
false,
false,
);