@babel/plugin-transform-computed-properties
Advanced tools
+1
-1
@@ -6,3 +6,3 @@ import { types } from '@babel/core'; | ||
| var index = declare((api, options) => { | ||
| api.assertVersion("8.0.0-beta.2"); | ||
| api.assertVersion("8.0.0-beta.3"); | ||
| const setComputedProperties = api.assumption("setComputedProperties") ?? options.loose; | ||
@@ -9,0 +9,0 @@ const pushComputedProps = setComputedProperties ? pushComputedPropsLoose : pushComputedPropsSpec; |
+6
-6
| { | ||
| "name": "@babel/plugin-transform-computed-properties", | ||
| "version": "8.0.0-beta.2", | ||
| "version": "8.0.0-beta.3", | ||
| "description": "Compile ES2015 computed properties to ES5", | ||
@@ -20,11 +20,11 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.2", | ||
| "@babel/template": "^8.0.0-beta.2" | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.3", | ||
| "@babel/template": "^8.0.0-beta.3" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-beta.2" | ||
| "@babel/core": "^8.0.0-beta.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.2", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.2" | ||
| "@babel/core": "^8.0.0-beta.3", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.3" | ||
| }, | ||
@@ -31,0 +31,0 @@ "engines": { |