babel-preset-meteor
Advanced tools
Comparing version 7.8.1 to 7.9.0
@@ -5,3 +5,2 @@ // TODO Somehow expose a hash of these plugin options? | ||
plugins: [ | ||
require("@babel/plugin-syntax-flow"), | ||
...require("./proposals.js").plugins, | ||
@@ -33,3 +32,2 @@ require("@babel/plugin-transform-arrow-functions"), | ||
require("@babel/plugin-transform-property-literals"), | ||
require("@babel/plugin-transform-flow-strip-types"), | ||
require("@babel/plugin-transform-exponentiation-operator"), | ||
@@ -36,0 +34,0 @@ require("@babel/plugin-transform-regenerator"), |
exports.getPreset = function (api, options) { | ||
return { | ||
plugins: [ | ||
require("@babel/plugin-syntax-flow"), | ||
...require("./proposals.js").plugins, | ||
@@ -10,3 +9,2 @@ require("@babel/plugin-transform-literals"), | ||
// require("@babel/plugin-transform-unicode-regex"), | ||
require("@babel/plugin-transform-flow-strip-types"), | ||
require("@babel/plugin-transform-exponentiation-operator"), | ||
@@ -13,0 +11,0 @@ ] |
{ | ||
"name": "babel-preset-meteor", | ||
"version": "7.8.1", | ||
"version": "7.9.0", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -16,8 +16,7 @@ "author": "Ben Newman <ben@meteor.com>", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.0", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3", | ||
"@babel/plugin-proposal-optional-chaining": "^7.8.3", | ||
"@babel/plugin-proposal-optional-chaining": "^7.9.0", | ||
"@babel/plugin-syntax-async-generators": "^7.8.4", | ||
"@babel/plugin-syntax-class-properties": "^7.8.3", | ||
"@babel/plugin-syntax-flow": "^7.8.3", | ||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", | ||
@@ -31,13 +30,12 @@ "@babel/plugin-syntax-object-rest-spread": "^7.8.3", | ||
"@babel/plugin-transform-block-scoping": "^7.8.3", | ||
"@babel/plugin-transform-classes": "^7.8.3", | ||
"@babel/plugin-transform-classes": "^7.9.2", | ||
"@babel/plugin-transform-computed-properties": "^7.8.3", | ||
"@babel/plugin-transform-destructuring": "^7.8.3", | ||
"@babel/plugin-transform-destructuring": "^7.8.8", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.8.3", | ||
"@babel/plugin-transform-flow-strip-types": "^7.8.3", | ||
"@babel/plugin-transform-for-of": "^7.8.4", | ||
"@babel/plugin-transform-for-of": "^7.9.0", | ||
"@babel/plugin-transform-literals": "^7.8.3", | ||
"@babel/plugin-transform-object-super": "^7.8.3", | ||
"@babel/plugin-transform-parameters": "^7.8.4", | ||
"@babel/plugin-transform-parameters": "^7.9.3", | ||
"@babel/plugin-transform-property-literals": "^7.8.3", | ||
"@babel/plugin-transform-regenerator": "^7.8.3", | ||
"@babel/plugin-transform-regenerator": "^7.8.7", | ||
"@babel/plugin-transform-shorthand-properties": "^7.8.3", | ||
@@ -51,4 +49,4 @@ "@babel/plugin-transform-spread": "^7.8.3", | ||
"devDependencies": { | ||
"@babel/core": "7.8.4" | ||
"@babel/core": "7.9.0" | ||
} | ||
} |
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
32
7683
76
- Removed@babel/plugin-syntax-flow@^7.8.3
- Removed@babel/plugin-syntax-flow@7.26.0(transitive)
- Removed@babel/plugin-transform-flow-strip-types@7.25.9(transitive)