* Proposal: Logical Assignment Operators https://github.com/jridgewell/proposal-logical-assignment I'm bringing it [back](https://github.com/babel/babel/pull/516). 😉 * Use expectPlugin * Add to stage 0 preset * Add logicalAssignment missing plugin log stuff
18 lines
490 B
JSON
18 lines
490 B
JSON
{
|
|
"name": "@babel/plugin-syntax-logical-assignment-operators",
|
|
"version": "7.0.0-beta.40",
|
|
"description": "Allow parsing of the logical assignment operators",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-logical-assignment-operators",
|
|
"license": "MIT",
|
|
"main": "lib",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"peerDependencies": {
|
|
"@babel/core": "7.0.0-beta.40"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.0.0-beta.40"
|
|
}
|
|
}
|