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-12-02 17:01:14 -05:00
Code
Issues
Packages
1
Wiki
Activity
c29e5b9d1e
denoland-deno
/
tests
/
specs
/
cache
/
json_import
/
main.ts
3 lines
73 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: deprecate import assertions (#25281) Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-08-28 21:06:09 -04:00
import
asdf
from
"./test.json"
with
{
type
:
"json"
}
;
fix(cache): do not attempt to emit non-emitable files (#15562)
2022-08-23 10:30:14 -04:00
console
.
log
(
asdf
)
;
Copy permalink