This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
a159165fe5
denoland-deno
/
cli
/
tests
/
error_015_dynamic_import_permissions.js
4 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Dynamic import should respect permissions (#2764)
2019-08-13 14:51:15 -04:00
(
async
(
)
=>
{
Remove //tests symlink (#3849)
2020-02-02 16:55:22 -05:00
await
import
(
"http://localhost:4545/cli/tests/subdir/mod4.js"
)
;
Dynamic import should respect permissions (#2764)
2019-08-13 14:51:15 -04:00
}
)
(
)
;
Copy permalink