Justin Ridgewell a7bddc02ba
Add ??= to Logical Assignment Operators (#7623)
`??=` is being merged into the Logical Assignment Operator proposal, and the overall proposal will wait until nullish coalescing is finalized.
2018-03-25 18:58:51 +01:00

4 lines
97 B
JSON

{
"plugins": ["proposal-logical-assignment-operators", "syntax-nullish-coalescing-operator"]
}