@babel/standalone
Advanced tools
Comparing version 7.21.3 to 7.21.4-esm
202
package.json
{ | ||
"name": "@babel/standalone", | ||
"version": "7.21.3", | ||
"version": "7.21.4-esm", | ||
"description": "Standalone build of Babel for use in non-Node.js environments.", | ||
@@ -13,102 +13,102 @@ "main": "./babel.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.3", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.20.7", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-class-static-block": "^7.21.0", | ||
"@babel/plugin-proposal-decorators": "^7.21.0", | ||
"@babel/plugin-proposal-destructuring-private": "^7.21.0", | ||
"@babel/plugin-proposal-do-expressions": "^7.18.6", | ||
"@babel/plugin-proposal-duplicate-named-capturing-groups-regex": "^7.20.5", | ||
"@babel/plugin-proposal-dynamic-import": "^7.18.6", | ||
"@babel/plugin-proposal-export-default-from": "^7.18.10", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.18.9", | ||
"@babel/plugin-proposal-function-bind": "^7.18.9", | ||
"@babel/plugin-proposal-function-sent": "^7.18.6", | ||
"@babel/plugin-proposal-json-strings": "^7.18.6", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", | ||
"@babel/plugin-proposal-numeric-separator": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.18.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.21.0", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.18.9", | ||
"@babel/plugin-proposal-private-methods": "^7.18.6", | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.0", | ||
"@babel/plugin-proposal-record-and-tuple": "^7.18.6", | ||
"@babel/plugin-proposal-regexp-modifiers": "^7.21.0", | ||
"@babel/plugin-proposal-throw-expressions": "^7.18.6", | ||
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6", | ||
"@babel/plugin-proposal-unicode-sets-regex": "^7.18.6", | ||
"@babel/plugin-syntax-decimal": "^7.18.6", | ||
"@babel/plugin-syntax-decorators": "^7.21.0", | ||
"@babel/plugin-syntax-destructuring-private": "^7.18.6", | ||
"@babel/plugin-syntax-do-expressions": "^7.18.6", | ||
"@babel/plugin-syntax-explicit-resource-management": "^7.20.0", | ||
"@babel/plugin-syntax-export-default-from": "^7.18.6", | ||
"@babel/plugin-syntax-flow": "^7.18.6", | ||
"@babel/plugin-syntax-function-bind": "^7.18.6", | ||
"@babel/plugin-syntax-function-sent": "^7.18.6", | ||
"@babel/plugin-syntax-import-assertions": "^7.20.0", | ||
"@babel/plugin-syntax-import-reflection": "^7.20.0", | ||
"@babel/plugin-syntax-jsx": "^7.18.6", | ||
"@babel/plugin-syntax-module-blocks": "^7.18.6", | ||
"@babel/plugin-syntax-pipeline-operator": "^7.18.6", | ||
"@babel/plugin-syntax-record-and-tuple": "^7.18.6", | ||
"@babel/plugin-syntax-typescript": "^7.20.0", | ||
"@babel/plugin-transform-arrow-functions": "^7.20.7", | ||
"@babel/plugin-transform-async-to-generator": "^7.20.7", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.18.6", | ||
"@babel/plugin-transform-block-scoping": "^7.21.0", | ||
"@babel/plugin-transform-classes": "^7.21.0", | ||
"@babel/plugin-transform-computed-properties": "^7.20.7", | ||
"@babel/plugin-transform-destructuring": "^7.21.3", | ||
"@babel/plugin-transform-dotall-regex": "^7.18.6", | ||
"@babel/plugin-transform-duplicate-keys": "^7.18.9", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.18.6", | ||
"@babel/plugin-transform-flow-comments": "^7.21.0", | ||
"@babel/plugin-transform-flow-strip-types": "^7.21.0", | ||
"@babel/plugin-transform-for-of": "^7.21.0", | ||
"@babel/plugin-transform-function-name": "^7.18.9", | ||
"@babel/plugin-transform-instanceof": "^7.18.9", | ||
"@babel/plugin-transform-jscript": "^7.20.2", | ||
"@babel/plugin-transform-literals": "^7.18.9", | ||
"@babel/plugin-transform-member-expression-literals": "^7.18.6", | ||
"@babel/plugin-transform-modules-amd": "^7.20.11", | ||
"@babel/plugin-transform-modules-commonjs": "^7.21.2", | ||
"@babel/plugin-transform-modules-systemjs": "^7.20.11", | ||
"@babel/plugin-transform-modules-umd": "^7.18.6", | ||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5", | ||
"@babel/plugin-transform-new-target": "^7.18.6", | ||
"@babel/plugin-transform-object-assign": "^7.18.6", | ||
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.18.6", | ||
"@babel/plugin-transform-object-super": "^7.18.6", | ||
"@babel/plugin-transform-parameters": "^7.21.3", | ||
"@babel/plugin-transform-property-literals": "^7.18.6", | ||
"@babel/plugin-transform-property-mutators": "^7.20.7", | ||
"@babel/plugin-transform-proto-to-assign": "^7.20.7", | ||
"@babel/plugin-transform-react-constant-elements": "^7.21.3", | ||
"@babel/plugin-transform-react-display-name": "^7.18.6", | ||
"@babel/plugin-transform-react-inline-elements": "^7.21.0", | ||
"@babel/plugin-transform-react-jsx": "^7.21.0", | ||
"@babel/plugin-transform-react-jsx-compat": "^7.18.6", | ||
"@babel/plugin-transform-react-jsx-development": "^7.18.6", | ||
"@babel/plugin-transform-react-jsx-self": "^7.21.0", | ||
"@babel/plugin-transform-react-jsx-source": "^7.19.6", | ||
"@babel/plugin-transform-regenerator": "^7.20.5", | ||
"@babel/plugin-transform-reserved-words": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.21.0", | ||
"@babel/plugin-transform-shorthand-properties": "^7.18.6", | ||
"@babel/plugin-transform-spread": "^7.20.7", | ||
"@babel/plugin-transform-sticky-regex": "^7.18.6", | ||
"@babel/plugin-transform-strict-mode": "^7.18.6", | ||
"@babel/plugin-transform-template-literals": "^7.18.9", | ||
"@babel/plugin-transform-typeof-symbol": "^7.18.9", | ||
"@babel/plugin-transform-typescript": "^7.21.3", | ||
"@babel/plugin-transform-unicode-escapes": "^7.18.10", | ||
"@babel/plugin-transform-unicode-regex": "^7.18.6", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-flow": "^7.18.6", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.0", | ||
"@babel/core": "^7.21.4-esm", | ||
"@babel/plugin-external-helpers": "^7.21.4-esm", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.21.4-esm", | ||
"@babel/plugin-proposal-class-properties": "^7.21.4-esm", | ||
"@babel/plugin-proposal-class-static-block": "^7.21.4-esm", | ||
"@babel/plugin-proposal-decorators": "^7.21.4-esm", | ||
"@babel/plugin-proposal-destructuring-private": "^7.21.4-esm", | ||
"@babel/plugin-proposal-do-expressions": "^7.21.4-esm", | ||
"@babel/plugin-proposal-duplicate-named-capturing-groups-regex": "^7.21.4-esm", | ||
"@babel/plugin-proposal-dynamic-import": "^7.21.4-esm", | ||
"@babel/plugin-proposal-export-default-from": "^7.21.4-esm", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.21.4-esm", | ||
"@babel/plugin-proposal-function-bind": "^7.21.4-esm", | ||
"@babel/plugin-proposal-function-sent": "^7.21.4-esm", | ||
"@babel/plugin-proposal-json-strings": "^7.21.4-esm", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.21.4-esm", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.21.4-esm", | ||
"@babel/plugin-proposal-numeric-separator": "^7.21.4-esm", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.21.4-esm", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.21.4-esm", | ||
"@babel/plugin-proposal-optional-chaining": "^7.21.4-esm", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.21.4-esm", | ||
"@babel/plugin-proposal-private-methods": "^7.21.4-esm", | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.4-esm", | ||
"@babel/plugin-proposal-record-and-tuple": "^7.21.4-esm", | ||
"@babel/plugin-proposal-regexp-modifiers": "^7.21.4-esm", | ||
"@babel/plugin-proposal-throw-expressions": "^7.21.4-esm", | ||
"@babel/plugin-proposal-unicode-property-regex": "^7.21.4-esm", | ||
"@babel/plugin-proposal-unicode-sets-regex": "^7.21.4-esm", | ||
"@babel/plugin-syntax-decimal": "^7.21.4-esm", | ||
"@babel/plugin-syntax-decorators": "^7.21.4-esm", | ||
"@babel/plugin-syntax-destructuring-private": "^7.21.4-esm", | ||
"@babel/plugin-syntax-do-expressions": "^7.21.4-esm", | ||
"@babel/plugin-syntax-explicit-resource-management": "^7.21.4-esm", | ||
"@babel/plugin-syntax-export-default-from": "^7.21.4-esm", | ||
"@babel/plugin-syntax-flow": "^7.21.4-esm", | ||
"@babel/plugin-syntax-function-bind": "^7.21.4-esm", | ||
"@babel/plugin-syntax-function-sent": "^7.21.4-esm", | ||
"@babel/plugin-syntax-import-assertions": "^7.21.4-esm", | ||
"@babel/plugin-syntax-import-reflection": "^7.21.4-esm", | ||
"@babel/plugin-syntax-jsx": "^7.21.4-esm", | ||
"@babel/plugin-syntax-module-blocks": "^7.21.4-esm", | ||
"@babel/plugin-syntax-pipeline-operator": "^7.21.4-esm", | ||
"@babel/plugin-syntax-record-and-tuple": "^7.21.4-esm", | ||
"@babel/plugin-syntax-typescript": "^7.21.4-esm", | ||
"@babel/plugin-transform-arrow-functions": "^7.21.4-esm", | ||
"@babel/plugin-transform-async-to-generator": "^7.21.4-esm", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.21.4-esm", | ||
"@babel/plugin-transform-block-scoping": "^7.21.4-esm", | ||
"@babel/plugin-transform-classes": "^7.21.4-esm", | ||
"@babel/plugin-transform-computed-properties": "^7.21.4-esm", | ||
"@babel/plugin-transform-destructuring": "^7.21.4-esm", | ||
"@babel/plugin-transform-dotall-regex": "^7.21.4-esm", | ||
"@babel/plugin-transform-duplicate-keys": "^7.21.4-esm", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.21.4-esm", | ||
"@babel/plugin-transform-flow-comments": "^7.21.4-esm", | ||
"@babel/plugin-transform-flow-strip-types": "^7.21.4-esm", | ||
"@babel/plugin-transform-for-of": "^7.21.4-esm", | ||
"@babel/plugin-transform-function-name": "^7.21.4-esm", | ||
"@babel/plugin-transform-instanceof": "^7.21.4-esm", | ||
"@babel/plugin-transform-jscript": "^7.21.4-esm", | ||
"@babel/plugin-transform-literals": "^7.21.4-esm", | ||
"@babel/plugin-transform-member-expression-literals": "^7.21.4-esm", | ||
"@babel/plugin-transform-modules-amd": "^7.21.4-esm", | ||
"@babel/plugin-transform-modules-commonjs": "^7.21.4-esm", | ||
"@babel/plugin-transform-modules-systemjs": "^7.21.4-esm", | ||
"@babel/plugin-transform-modules-umd": "^7.21.4-esm", | ||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.21.4-esm", | ||
"@babel/plugin-transform-new-target": "^7.21.4-esm", | ||
"@babel/plugin-transform-object-assign": "^7.21.4-esm", | ||
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.21.4-esm", | ||
"@babel/plugin-transform-object-super": "^7.21.4-esm", | ||
"@babel/plugin-transform-parameters": "^7.21.4-esm", | ||
"@babel/plugin-transform-property-literals": "^7.21.4-esm", | ||
"@babel/plugin-transform-property-mutators": "^7.21.4-esm", | ||
"@babel/plugin-transform-proto-to-assign": "^7.21.4-esm", | ||
"@babel/plugin-transform-react-constant-elements": "^7.21.4-esm", | ||
"@babel/plugin-transform-react-display-name": "^7.21.4-esm", | ||
"@babel/plugin-transform-react-inline-elements": "^7.21.4-esm", | ||
"@babel/plugin-transform-react-jsx": "^7.21.4-esm", | ||
"@babel/plugin-transform-react-jsx-compat": "^7.21.4-esm", | ||
"@babel/plugin-transform-react-jsx-development": "^7.21.4-esm", | ||
"@babel/plugin-transform-react-jsx-self": "^7.21.4-esm", | ||
"@babel/plugin-transform-react-jsx-source": "^7.21.4-esm", | ||
"@babel/plugin-transform-regenerator": "^7.21.4-esm", | ||
"@babel/plugin-transform-reserved-words": "^7.21.4-esm", | ||
"@babel/plugin-transform-runtime": "^7.21.4-esm", | ||
"@babel/plugin-transform-shorthand-properties": "^7.21.4-esm", | ||
"@babel/plugin-transform-spread": "^7.21.4-esm", | ||
"@babel/plugin-transform-sticky-regex": "^7.21.4-esm", | ||
"@babel/plugin-transform-strict-mode": "^7.21.4-esm", | ||
"@babel/plugin-transform-template-literals": "^7.21.4-esm", | ||
"@babel/plugin-transform-typeof-symbol": "^7.21.4-esm", | ||
"@babel/plugin-transform-typescript": "^7.21.4-esm", | ||
"@babel/plugin-transform-unicode-escapes": "^7.21.4-esm", | ||
"@babel/plugin-transform-unicode-regex": "^7.21.4-esm", | ||
"@babel/preset-env": "^7.21.4-esm", | ||
"@babel/preset-flow": "^7.21.4-esm", | ||
"@babel/preset-react": "^7.21.4-esm", | ||
"@babel/preset-typescript": "^7.21.4-esm", | ||
"acorn": "^8.7.0" | ||
@@ -115,0 +115,0 @@ }, |
@@ -30,3 +30,4 @@ import { createRequire } from "module"; | ||
const output = Babel.transform("var a: string;", { | ||
presets: [["typescript", { allExtensions: true }]], | ||
presets: ["typescript"], | ||
filename: "input.ts", | ||
}).code; | ||
@@ -33,0 +34,0 @@ expect(output).toBe("var a;"); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
23659232
12370
1