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
318dd3cbc3
denoland-deno
/
tests
/
testdata
/
import_attributes
/
static_reexport.ts
2 lines
61 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
export
{
default
}
from
"./data.json"
with
{
type
:
"json"
}
;
Copy permalink