Justin Ridgewell 7e90d56024
Proposal: Logical Assignment Operators (#7385)
* 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
2018-02-18 13:56:29 -05:00

22 lines
683 B
JSON

{
"name": "@babel/preset-stage-0",
"version": "7.0.0-beta.40",
"description": "Babel preset for stage 0 plugins",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-0",
"main": "lib/index.js",
"dependencies": {
"@babel/plugin-proposal-function-bind": "7.0.0-beta.40",
"@babel/plugin-proposal-logical-assignment-operators": "7.0.0-beta.40",
"@babel/preset-stage-1": "7.0.0-beta.40"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.40"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.40"
}
}