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:
Justin Ridgewell
2018-03-25 18:58:51 +01:00
committed by GitHub
parent 023f8bd1cb
commit a7bddc02ba
19 changed files with 391 additions and 9 deletions

View File

@@ -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"
}
}