-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
1,595 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...lugin-polyfill-corejs3/test/fixtures/entry-global/actual-chrome-107-corejs-3.38/input.mjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import 'core-js/actual'; |
14 changes: 14 additions & 0 deletions
14
...in-polyfill-corejs3/test/fixtures/entry-global/actual-chrome-107-corejs-3.38/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"plugins": [ | ||
[ | ||
"@@/polyfill-corejs3", | ||
{ | ||
"version": "3.38", | ||
"method": "entry-global", | ||
"targets": { | ||
"chrome": 107 | ||
} | ||
} | ||
] | ||
] | ||
} |
88 changes: 88 additions & 0 deletions
88
...ugin-polyfill-corejs3/test/fixtures/entry-global/actual-chrome-107-corejs-3.38/output.mjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
import "core-js/modules/es.array.push.js"; | ||
import "core-js/modules/es.array.to-reversed.js"; | ||
import "core-js/modules/es.array.to-sorted.js"; | ||
import "core-js/modules/es.array.to-spliced.js"; | ||
import "core-js/modules/es.array.with.js"; | ||
import "core-js/modules/es.array-buffer.detached.js"; | ||
import "core-js/modules/es.array-buffer.transfer.js"; | ||
import "core-js/modules/es.array-buffer.transfer-to-fixed-length.js"; | ||
import "core-js/modules/es.map.group-by.js"; | ||
import "core-js/modules/es.object.group-by.js"; | ||
import "core-js/modules/es.promise.with-resolvers.js"; | ||
import "core-js/modules/es.regexp.flags.js"; | ||
import "core-js/modules/es.set.difference.v2.js"; | ||
import "core-js/modules/es.set.intersection.v2.js"; | ||
import "core-js/modules/es.set.is-disjoint-from.v2.js"; | ||
import "core-js/modules/es.set.is-subset-of.v2.js"; | ||
import "core-js/modules/es.set.is-superset-of.v2.js"; | ||
import "core-js/modules/es.set.symmetric-difference.v2.js"; | ||
import "core-js/modules/es.set.union.v2.js"; | ||
import "core-js/modules/es.string.is-well-formed.js"; | ||
import "core-js/modules/es.string.to-well-formed.js"; | ||
import "core-js/modules/es.typed-array.to-reversed.js"; | ||
import "core-js/modules/es.typed-array.to-sorted.js"; | ||
import "core-js/modules/es.typed-array.with.js"; | ||
import "core-js/modules/esnext.suppressed-error.constructor.js"; | ||
import "core-js/modules/esnext.array.from-async.js"; | ||
import "core-js/modules/esnext.array.group.js"; | ||
import "core-js/modules/esnext.array.group-by.js"; | ||
import "core-js/modules/esnext.array.group-by-to-map.js"; | ||
import "core-js/modules/esnext.array.group-to-map.js"; | ||
import "core-js/modules/esnext.async-disposable-stack.constructor.js"; | ||
import "core-js/modules/esnext.async-iterator.constructor.js"; | ||
import "core-js/modules/esnext.async-iterator.async-dispose.js"; | ||
import "core-js/modules/esnext.async-iterator.drop.js"; | ||
import "core-js/modules/esnext.async-iterator.every.js"; | ||
import "core-js/modules/esnext.async-iterator.filter.js"; | ||
import "core-js/modules/esnext.async-iterator.find.js"; | ||
import "core-js/modules/esnext.async-iterator.flat-map.js"; | ||
import "core-js/modules/esnext.async-iterator.for-each.js"; | ||
import "core-js/modules/esnext.async-iterator.from.js"; | ||
import "core-js/modules/esnext.async-iterator.map.js"; | ||
import "core-js/modules/esnext.async-iterator.reduce.js"; | ||
import "core-js/modules/esnext.async-iterator.some.js"; | ||
import "core-js/modules/esnext.async-iterator.take.js"; | ||
import "core-js/modules/esnext.async-iterator.to-array.js"; | ||
import "core-js/modules/esnext.data-view.get-float16.js"; | ||
import "core-js/modules/esnext.data-view.set-float16.js"; | ||
import "core-js/modules/esnext.disposable-stack.constructor.js"; | ||
import "core-js/modules/esnext.function.metadata.js"; | ||
import "core-js/modules/esnext.iterator.constructor.js"; | ||
import "core-js/modules/esnext.iterator.dispose.js"; | ||
import "core-js/modules/esnext.iterator.drop.js"; | ||
import "core-js/modules/esnext.iterator.every.js"; | ||
import "core-js/modules/esnext.iterator.filter.js"; | ||
import "core-js/modules/esnext.iterator.find.js"; | ||
import "core-js/modules/esnext.iterator.flat-map.js"; | ||
import "core-js/modules/esnext.iterator.for-each.js"; | ||
import "core-js/modules/esnext.iterator.from.js"; | ||
import "core-js/modules/esnext.iterator.map.js"; | ||
import "core-js/modules/esnext.iterator.reduce.js"; | ||
import "core-js/modules/esnext.iterator.some.js"; | ||
import "core-js/modules/esnext.iterator.take.js"; | ||
import "core-js/modules/esnext.iterator.to-array.js"; | ||
import "core-js/modules/esnext.iterator.to-async.js"; | ||
import "core-js/modules/esnext.json.is-raw-json.js"; | ||
import "core-js/modules/esnext.json.parse.js"; | ||
import "core-js/modules/esnext.json.raw-json.js"; | ||
import "core-js/modules/esnext.math.f16round.js"; | ||
import "core-js/modules/esnext.promise.try.js"; | ||
import "core-js/modules/esnext.regexp.escape.js"; | ||
import "core-js/modules/esnext.symbol.async-dispose.js"; | ||
import "core-js/modules/esnext.symbol.dispose.js"; | ||
import "core-js/modules/esnext.symbol.metadata.js"; | ||
import "core-js/modules/esnext.typed-array.to-spliced.js"; | ||
import "core-js/modules/esnext.uint8-array.from-base64.js"; | ||
import "core-js/modules/esnext.uint8-array.from-hex.js"; | ||
import "core-js/modules/esnext.uint8-array.set-from-base64.js"; | ||
import "core-js/modules/esnext.uint8-array.set-from-hex.js"; | ||
import "core-js/modules/esnext.uint8-array.to-base64.js"; | ||
import "core-js/modules/esnext.uint8-array.to-hex.js"; | ||
import "core-js/modules/web.dom-exception.stack.js"; | ||
import "core-js/modules/web.immediate.js"; | ||
import "core-js/modules/web.structured-clone.js"; | ||
import "core-js/modules/web.url.can-parse.js"; | ||
import "core-js/modules/web.url.parse.js"; | ||
import "core-js/modules/web.url-search-params.delete.js"; | ||
import "core-js/modules/web.url-search-params.has.js"; | ||
import "core-js/modules/web.url-search-params.size.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ges/babel-plugin-polyfill-corejs3/test/fixtures/entry-global/actual-corejs-3.38/input.mjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import 'core-js/actual'; |
11 changes: 11 additions & 0 deletions
11
.../babel-plugin-polyfill-corejs3/test/fixtures/entry-global/actual-corejs-3.38/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"plugins": [ | ||
[ | ||
"@@/polyfill-corejs3", | ||
{ | ||
"version": "3.38", | ||
"method": "entry-global" | ||
} | ||
] | ||
] | ||
} |
Oops, something went wrong.