Support named imports/exports for subset of properties in JSON modules (#3210)

This commit is contained in:
Kevin (Kun) "Kassimo" Qian 2019-10-26 18:04:34 -07:00 committed by Ry Dahl
parent c5fe657dd3
commit 6869bfa4c6
6 changed files with 58 additions and 4 deletions

View file

@ -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",