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.
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-beta.42",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.42"
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.42",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.0.0-beta.42",
|
||||
"@babel/plugin-syntax-nullish-coalescing-operator": "7.0.0-beta.42"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user