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-29 16:30:56 -05:00
Code
Issues
Packages
1
Wiki
Activity
5319b85f14
denoland-deno
/
tests
/
testdata
/
run
/
config_json_import.ts
3 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix: warn about import assertions when using typescript (#25135) 1. On emit, checks for the prescence of import assertions. 1. Warns and doesn't store the parsed source in the emit cache in this case.
2024-08-21 13:12:56 -04:00
import
config
from
"../jsx/deno-jsx.json"
with
{
type
:
"json"
}
;
refactor: move out test files from root testdata directory into sub directories (#15949)
2022-09-19 10:32:21 -04:00
console
.
log
(
config
)
;
Copy permalink