Skip to content

Commit

Permalink
,unresolved_mark
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 27, 2023
1 parent 762751e commit f93db5d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ fn fixture(input: PathBuf) {
swc_ecma_transforms_compat::es2022::class_properties::Config {
private_as_properties: false,
..Default::default()
}
},
unresolved_mark
),
optional_chaining(Default::default(), unresolved_mark)
)
Expand All @@ -334,7 +335,8 @@ fn fixture_loose(input: PathBuf) {
swc_ecma_transforms_compat::es2022::class_properties::Config {
private_as_properties: false,
..Default::default()
}
},
unresolved_mark
),
optional_chaining(
Config {
Expand Down

0 comments on commit f93db5d

Please sign in to comment.