babel-preset-stage-2
Advanced tools
Comparing version 7.0.0-alpha.19 to 7.0.0-alpha.20
@@ -8,3 +8,3 @@ "use strict"; | ||
presets: [_babelPresetStage2.default], | ||
plugins: [_babelPluginTransformClassProperties2.default, _babelPluginTransformFunctionSent2.default] | ||
plugins: [_babelPluginTransformFunctionSent2.default, _babelPluginTransformExportNamespace2.default, _babelPluginTransformNumericSeparator2.default] | ||
}; | ||
@@ -17,6 +17,2 @@ }; | ||
var _babelPluginTransformClassProperties = require("babel-plugin-transform-class-properties"); | ||
var _babelPluginTransformClassProperties2 = _interopRequireDefault(_babelPluginTransformClassProperties); | ||
var _babelPluginTransformFunctionSent = require("babel-plugin-transform-function-sent"); | ||
@@ -26,2 +22,10 @@ | ||
var _babelPluginTransformExportNamespace = require("babel-plugin-transform-export-namespace"); | ||
var _babelPluginTransformExportNamespace2 = _interopRequireDefault(_babelPluginTransformExportNamespace); | ||
var _babelPluginTransformNumericSeparator = require("babel-plugin-transform-numeric-separator"); | ||
var _babelPluginTransformNumericSeparator2 = _interopRequireDefault(_babelPluginTransformNumericSeparator); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "babel-preset-stage-2", | ||
"version": "7.0.0-alpha.19", | ||
"version": "7.0.0-alpha.20", | ||
"description": "Babel preset for stage 2 plugins", | ||
@@ -11,6 +11,7 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"babel-plugin-transform-class-properties": "7.0.0-alpha.19", | ||
"babel-plugin-transform-function-sent": "7.0.0-alpha.19", | ||
"babel-preset-stage-3": "7.0.0-alpha.19" | ||
"babel-plugin-transform-export-namespace": "7.0.0-alpha.20", | ||
"babel-plugin-transform-function-sent": "7.0.0-alpha.20", | ||
"babel-plugin-transform-numeric-separator": "7.0.0-alpha.20", | ||
"babel-preset-stage-3": "7.0.0-alpha.20" | ||
} | ||
} |
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
2989
16
4
+ Addedbabel-plugin-transform-export-namespace@7.0.0-alpha.20
+ Addedbabel-plugin-transform-numeric-separator@7.0.0-alpha.20
+ Addedbabel-code-frame@7.0.0-alpha.20(transitive)
+ Addedbabel-helper-function-name@7.0.0-alpha.20(transitive)
+ Addedbabel-helper-get-function-arity@7.0.0-alpha.20(transitive)
+ Addedbabel-helper-remap-async-to-generator@7.0.0-alpha.20(transitive)
+ Addedbabel-helper-wrap-function@7.0.0-alpha.20(transitive)
+ Addedbabel-messages@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-async-generators@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-class-properties@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-dynamic-import@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-export-extensions@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-function-sent@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-numeric-separator@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-object-rest-spread@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-optional-catch-binding@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-async-generator-functions@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-class-properties@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-export-namespace@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-function-sent@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-numeric-separator@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-object-rest-spread@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-optional-catch-binding@7.0.0-alpha.20(transitive)
+ Addedbabel-preset-stage-3@7.0.0-alpha.20(transitive)
+ Addedbabel-template@7.0.0-alpha.20(transitive)
+ Addedbabel-traverse@7.0.0-alpha.20(transitive)
+ Addedbabel-types@7.0.0-alpha.20(transitive)
+ Addedbabylon@7.0.0-beta.22(transitive)
- Removedbabel-plugin-transform-class-properties@7.0.0-alpha.19
- Removedbabel-code-frame@7.0.0-alpha.19(transitive)
- Removedbabel-helper-function-name@7.0.0-alpha.19(transitive)
- Removedbabel-helper-get-function-arity@7.0.0-alpha.19(transitive)
- Removedbabel-helper-remap-async-to-generator@7.0.0-alpha.19(transitive)
- Removedbabel-helper-wrap-function@7.0.0-alpha.19(transitive)
- Removedbabel-messages@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-async-generators@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-class-properties@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-dynamic-import@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-function-sent@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-object-rest-spread@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-optional-catch-binding@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-async-generator-functions@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-class-properties@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-function-sent@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-object-rest-spread@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-optional-catch-binding@7.0.0-alpha.19(transitive)
- Removedbabel-preset-stage-3@7.0.0-alpha.19(transitive)
- Removedbabel-template@7.0.0-alpha.19(transitive)
- Removedbabel-traverse@7.0.0-alpha.19(transitive)
- Removedbabel-types@7.0.0-alpha.19(transitive)
- Removedbabylon@7.0.0-beta.18(transitive)