File tree Expand file tree Collapse file tree
babel-plugin-proposal-decorators
babel-plugin-transform-async-generator-functions
babel-plugin-transform-json-modules
babel-plugin-transform-regenerator
babel-plugin-transform-runtime
test/fixtures/runtime-corejs3/built-in-static-methods Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 "resolutions" : {
9797 "browserslist" : " npm:4.24.4" ,
9898 "caniuse-lite" : " npm:1.0.30001705" ,
99- "core-js-compat" : " npm:3.41 .0" ,
99+ "core-js-compat" : " npm:3.43 .0" ,
100100 "electron-to-chromium" : " npm:1.5.140" ,
101101 "@types/babel__core" : " link:./nope" ,
102102 "@types/babel__traverse" : " link:./nope" ,
Original file line number Diff line number Diff line change 5555 ],
5656 "devDependencies" : {
5757 "@mdn/browser-compat-data" : " ^6.0.8" ,
58- "core-js-compat" : " ^3.41 .0" ,
58+ "core-js-compat" : " ^3.43 .0" ,
5959 "electron-to-chromium" : " ^1.5.140"
6060 },
6161 "engines" : {
Original file line number Diff line number Diff line change 3232 "@babel/helper-plugin-test-runner" : " workspace:^" ,
3333 "@babel/traverse" : " workspace:^" ,
3434 "array.prototype.concat" : " ^1.0.2" ,
35- "babel-plugin-polyfill-es-shims" : " ^0.10.4 " ,
35+ "babel-plugin-polyfill-es-shims" : " ^0.10.8 " ,
3636 "object.getownpropertydescriptors" : " ^2.1.1"
3737 },
3838 "engines" : {
Original file line number Diff line number Diff line change 2727 "devDependencies" : {
2828 "@babel/core" : " workspace:^" ,
2929 "@babel/helper-plugin-test-runner" : " workspace:^" ,
30- "babel-plugin-polyfill-corejs3" : " ^0.11 .0" ,
31- "core-js-pure" : " ^3.30.2 "
30+ "babel-plugin-polyfill-corejs3" : " ^0.13 .0" ,
31+ "core-js-pure" : " ^3.43.0 "
3232 },
3333 "engines" : {
3434 "node" : " >=6.9.0"
Original file line number Diff line number Diff line change 4242 "devDependencies" : {
4343 "@babel/core" : " workspace:^" ,
4444 "@babel/helper-plugin-test-runner" : " workspace:^" ,
45- "babel-plugin-polyfill-corejs3" : " ^0.11 .0"
45+ "babel-plugin-polyfill-corejs3" : " ^0.13 .0"
4646 },
4747 "engines" : {
4848 "node" : " >=6.9.0"
Original file line number Diff line number Diff line change 3232 "@babel/plugin-transform-modules-commonjs" : " workspace:^" ,
3333 "@babel/plugin-transform-parameters" : " workspace:^" ,
3434 "@babel/plugin-transform-runtime" : " workspace:^" ,
35- "babel-plugin-polyfill-regenerator" : " ^0.6.1 " ,
35+ "babel-plugin-polyfill-regenerator" : " ^0.6.5 " ,
3636 "mocha" : " ^10.0.0" ,
3737 "recast" : " ^0.23.3" ,
3838 "uglify-js" : " ^3.14.0"
Original file line number Diff line number Diff line change 2222 "dependencies" : {
2323 "@babel/helper-module-imports" : " workspace:^" ,
2424 "@babel/helper-plugin-utils" : " workspace:^" ,
25- "babel-plugin-polyfill-corejs2" : " condition:BABEL_8_BREAKING ? : ^0.4.10 (peer:@babel/core)" ,
26- "babel-plugin-polyfill-corejs3" : " condition:BABEL_8_BREAKING ? : ^0.11 .0 (peer:@babel/core)" ,
27- "babel-plugin-polyfill-regenerator" : " condition:BABEL_8_BREAKING ? : ^0.6.1 (peer:@babel/core)" ,
25+ "babel-plugin-polyfill-corejs2" : " condition:BABEL_8_BREAKING ? : ^0.4.14 (peer:@babel/core)" ,
26+ "babel-plugin-polyfill-corejs3" : " condition:BABEL_8_BREAKING ? : ^0.13 .0 (peer:@babel/core)" ,
27+ "babel-plugin-polyfill-regenerator" : " condition:BABEL_8_BREAKING ? : ^0.6.5 (peer:@babel/core)" ,
2828 "semver" : " condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
2929 },
3030 "peerDependencies" : {
3737 "@babel/preset-env" : " workspace:^" ,
3838 "@babel/runtime" : " workspace:^" ,
3939 "@babel/runtime-corejs3" : " workspace:^" ,
40- "babel-plugin-polyfill-corejs3" : " ^0.11 .0" ,
40+ "babel-plugin-polyfill-corejs3" : " ^0.13 .0" ,
4141 "make-dir" : " condition:BABEL_8_BREAKING ? : ^2.1.0"
4242 },
4343 "homepage" : " https://babel.dev/docs/en/next/babel-plugin-transform-runtime" ,
Original file line number Diff line number Diff line change @@ -66,13 +66,14 @@ var _Reflect$setPrototypeOf = require("@babel/runtime-corejs3/core-js-stable/ref
6666var _String$fromCodePoint = require ( "@babel/runtime-corejs3/core-js-stable/string/from-code-point" ) ;
6767var _String$raw = require ( "@babel/runtime-corejs3/core-js-stable/string/raw" ) ;
6868var _Symbol$asyncIterator = require ( "@babel/runtime-corejs3/core-js-stable/symbol/async-iterator" ) ;
69- var _Symbol = require ( "@babel/runtime-corejs3/core-js-stable /symbol" ) ;
69+ var _Symbol$dispose = require ( "@babel/runtime-corejs3/core-js/symbol/dispose " ) ;
7070var _Symbol$for = require ( "@babel/runtime-corejs3/core-js-stable/symbol/for" ) ;
7171var _Symbol$hasInstance = require ( "@babel/runtime-corejs3/core-js-stable/symbol/has-instance" ) ;
7272var _Symbol$isConcatSpreadable = require ( "@babel/runtime-corejs3/core-js-stable/symbol/is-concat-spreadable" ) ;
7373var _Symbol$iterator = require ( "@babel/runtime-corejs3/core-js-stable/symbol/iterator" ) ;
7474var _Symbol$keyFor = require ( "@babel/runtime-corejs3/core-js-stable/symbol/key-for" ) ;
7575var _Symbol$match = require ( "@babel/runtime-corejs3/core-js-stable/symbol/match" ) ;
76+ var _Symbol = require ( "@babel/runtime-corejs3/core-js-stable/symbol" ) ;
7677var _Symbol$replace = require ( "@babel/runtime-corejs3/core-js-stable/symbol/replace" ) ;
7778var _Symbol$search = require ( "@babel/runtime-corejs3/core-js-stable/symbol/search" ) ;
7879var _Symbol$species = require ( "@babel/runtime-corejs3/core-js-stable/symbol/species" ) ;
@@ -171,7 +172,7 @@ _Reflect$setPrototypeOf;
171172_String$fromCodePoint ;
172173_String$raw ;
173174_Symbol$asyncIterator ;
174- _Symbol . dispose ;
175+ _Symbol$ dispose ;
175176_Symbol$for ;
176177_Symbol$hasInstance ;
177178_Symbol$isConcatSpreadable ;
Original file line number Diff line number Diff line change 8080 "@babel/plugin-transform-unicode-regex" : " workspace:^" ,
8181 "@babel/plugin-transform-unicode-sets-regex" : " workspace:^" ,
8282 "@babel/preset-modules" : " 0.1.6-no-external-plugins" ,
83- "babel-plugin-polyfill-corejs2" : " condition:BABEL_8_BREAKING ? : ^0.4.10 (peer:@babel/core) (esm:default)" ,
84- "babel-plugin-polyfill-corejs3" : " ^0.11 .0" ,
85- "babel-plugin-polyfill-regenerator" : " condition:BABEL_8_BREAKING ? : ^0.6.1 (peer:@babel/core) (esm:default)" ,
86- "core-js-compat" : " ^3.40 .0" ,
83+ "babel-plugin-polyfill-corejs2" : " condition:BABEL_8_BREAKING ? : ^0.4.14 (peer:@babel/core) (esm:default)" ,
84+ "babel-plugin-polyfill-corejs3" : " ^0.13 .0" ,
85+ "babel-plugin-polyfill-regenerator" : " condition:BABEL_8_BREAKING ? : ^0.6.5 (peer:@babel/core) (esm:default)" ,
86+ "core-js-compat" : " ^3.43 .0" ,
8787 "semver" : " condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
8888 },
8989 "peerDependencies" : {
Original file line number Diff line number Diff line change 1313 },
1414 "author" : " The Babel Team (https://babel.dev/team)" ,
1515 "dependencies" : {
16- "core-js-pure" : " ^3.30.2 "
16+ "core-js-pure" : " ^3.43.0 "
1717 },
1818 "exports" : {
1919 "./helpers/OverloadYield" : [
You can’t perform that action at this time.
0 commit comments