@babel/helpers
Advanced tools
Comparing version 7.0.0-rc.1 to 7.0.0-rc.2
@@ -930,5 +930,3 @@ "use strict"; | ||
desc.configurable = !!desc.configurable; | ||
if ('value' in desc || desc.initializer){ | ||
desc.writable = true; | ||
} | ||
desc.writable = !!desc.writable; | ||
@@ -935,0 +933,0 @@ desc = decorators.slice().reverse().reduce(function(desc, decorator){ |
{ | ||
"name": "@babel/helpers", | ||
"version": "7.0.0-rc.1", | ||
"version": "7.0.0-rc.2", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
@@ -11,9 +11,9 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"@babel/template": "7.0.0-rc.1", | ||
"@babel/traverse": "7.0.0-rc.1", | ||
"@babel/types": "7.0.0-rc.1" | ||
"@babel/template": "7.0.0-rc.2", | ||
"@babel/traverse": "7.0.0-rc.2", | ||
"@babel/types": "7.0.0-rc.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.1" | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39969
1133
+ Added@babel/code-frame@7.0.0-rc.2(transitive)
+ Added@babel/generator@7.0.0-rc.2(transitive)
+ Added@babel/helper-function-name@7.0.0-rc.2(transitive)
+ Added@babel/helper-get-function-arity@7.0.0-rc.2(transitive)
+ Added@babel/helper-split-export-declaration@7.0.0-rc.2(transitive)
+ Added@babel/highlight@7.0.0-rc.2(transitive)
+ Added@babel/parser@7.0.0-rc.2(transitive)
+ Added@babel/template@7.0.0-rc.2(transitive)
+ Added@babel/traverse@7.0.0-rc.2(transitive)
+ Added@babel/types@7.0.0-rc.2(transitive)
+ Addedjs-tokens@4.0.0(transitive)
- Removed@babel/code-frame@7.0.0-rc.1(transitive)
- Removed@babel/generator@7.0.0-rc.1(transitive)
- Removed@babel/helper-function-name@7.0.0-rc.1(transitive)
- Removed@babel/helper-get-function-arity@7.0.0-rc.1(transitive)
- Removed@babel/helper-split-export-declaration@7.0.0-rc.1(transitive)
- Removed@babel/highlight@7.0.0-rc.1(transitive)
- Removed@babel/parser@7.0.0-rc.1(transitive)
- Removed@babel/template@7.0.0-rc.1(transitive)
- Removed@babel/traverse@7.0.0-rc.1(transitive)
- Removed@babel/types@7.0.0-rc.1(transitive)
- Removedjs-tokens@3.0.2(transitive)
Updated@babel/template@7.0.0-rc.2
Updated@babel/traverse@7.0.0-rc.2
Updated@babel/types@7.0.0-rc.2