We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68461d4 commit 1e99e5dCopy full SHA for 1e99e5d
test/compress/class-properties.js
@@ -322,7 +322,7 @@ static_private_fields: {
322
323
optional_chaining_private_fields: {
324
no_mozilla_ast = true;
325
- node_version = ">=12"
+ node_version = ">=16"
326
input: {
327
class A {
328
#opt = undefined;
@@ -341,7 +341,7 @@ optional_chaining_private_fields: {
341
}
342
console.log(new A().toString())
343
344
- // expect_stdout: "PASS" // < tested in chrome, fails with nodejs 14 (current LTS)
+ expect_stdout: "PASS"
345
346
347
private_properties_can_be_mangled: {
0 commit comments