File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 71
71
"input" : " ./test/typechecking/good-old-es5-input.mjs" ,
72
72
"output" : " ./test/typechecking/good-old-es5-output.mjs"
73
73
},
74
+ {
75
+ "input" : " ./test/typechecking/import-as-input.mjs" ,
76
+ "output" : " ./test/typechecking/import-as-output.mjs"
77
+ },
78
+ {
79
+ "input" : " ./test/typechecking/import-both-input.mjs" ,
80
+ "output" : " ./test/typechecking/import-both-output.mjs"
81
+ },
82
+ {
83
+ "input" : " ./test/typechecking/import-runtime-input.mjs" ,
84
+ "output" : " ./test/typechecking/import-runtime-output.mjs"
85
+ },
86
+ {
87
+ "input" : " ./test/typechecking/import-runtime-with-options-input.mjs" ,
88
+ "output" : " ./test/typechecking/import-runtime-with-options-output.mjs"
89
+ },
74
90
{
75
91
"input" : " ./test/typechecking/jsdoc-param-end-detection-input.mjs" ,
76
92
"output" : " ./test/typechecking/jsdoc-param-end-detection-output.mjs"
You can’t perform that action at this time.
0 commit comments