File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
swc_ecma_transforms_typescript/tests Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ fn shopify_2_same_opt() {
130130 tsx : true ,
131131 decorators : false ,
132132 dts : false ,
133+ no_paren : false ,
133134 no_early_errors : false ,
134135 disallow_ambiguous_jsx_like : false ,
135136 } ) ) ,
Original file line number Diff line number Diff line change @@ -389,6 +389,7 @@ fn matrix(input: &Path) -> Vec<TestUnitData> {
389389 tsx : is_jsx,
390390 decorators,
391391 dts : false ,
392+ no_paren : false ,
392393 no_early_errors : false ,
393394 disallow_ambiguous_jsx_like : false ,
394395 } ) ) ,
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ fn identity(entry: PathBuf) {
8585 tsx : file_name. contains ( "tsx" ) ,
8686 decorators : true ,
8787 dts : false ,
88+ no_paren : false ,
8889 no_early_errors : false ,
8990 disallow_ambiguous_jsx_like : false ,
9091 } ) ,
You can’t perform that action at this time.
0 commit comments