This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-22 15:06:54 -05:00
Code
Issues
Packages
1
Wiki
Activity
da7edf1c0c
denoland-deno
/
tests
/
testdata
/
subdir
/
mod8.js
4 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
FUTURE: remove import assertions support for JavaScript (#23541) Ref #17944, https://github.com/swc-project/swc/issues/8893 TypeScript removes the `assert` keywords in the transpile, so this PR only works for JavaScript files
2024-04-29 16:43:05 -04:00
import
json3
from
"./json_3.json"
with
{
type
:
"json"
}
;
fix(cli): include JSON modules in bundle (#13188) Fixes #13150
2021-12-23 17:38:20 -05:00
console
.
log
(
json3
)
;
Copy permalink