Apply `logical-assignment-operators` feature flag

This commit is contained in:
Mike Pennisi 2021-04-09 17:49:39 -04:00 committed by Rick Waldron
parent 61c6f8214b
commit b9bc25096b
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
/*---
desc: Computed property name from assignment expression coalesce
template: evaluation
features: [computed-property-names]
features: [computed-property-names, logical-assignment-operators]
---*/
//- setup
let x = null;

View File

@ -4,7 +4,7 @@
/*---
desc: Computed property name from assignment expression logical and
template: evaluation
features: [computed-property-names]
features: [computed-property-names, logical-assignment-operators]
---*/
//- setup
let x = 0;

View File

@ -4,7 +4,7 @@
/*---
desc: Computed property name from assignment expression logical or
template: evaluation
features: [computed-property-names]
features: [computed-property-names, logical-assignment-operators]
---*/
//- setup
let x = 0;