mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
feat(unstable): Support data: urls (#5157)
This commit is contained in:
parent
a3282aa9ed
commit
e3319f34a6
18 changed files with 170 additions and 10 deletions
2
cli/tests/data_import_origin_upgrade.js
Normal file
2
cli/tests/data_import_origin_upgrade.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
// export default from "https://deno.land/std/version.ts";
|
||||
import _upgrade from "data:application/javascript;base64,ZXhwb3J0IGRlZmF1bHQgZnJvbSAiaHR0cHM6Ly9kZW5vLmxhbmQvc3RkL3ZlcnNpb24udHMiOw==";
|
Loading…
Add table
Add a link
Reference in a new issue