mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Support named imports/exports for subset of properties in JSON modules (#3210)
This commit is contained in:
parent
c5fe657dd3
commit
6869bfa4c6
6 changed files with 58 additions and 4 deletions
|
@ -343,6 +343,11 @@ itest!(_049_info_flag_script_jsx {
|
|||
http_server: true,
|
||||
});
|
||||
|
||||
itest!(_050_more_jsons {
|
||||
args: "run --reload 050_more_jsons.ts",
|
||||
output: "050_more_jsons.ts.out",
|
||||
});
|
||||
|
||||
itest!(async_error {
|
||||
exit_code: 1,
|
||||
args: "run --reload async_error.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue