* Include / exclude module plugins properly * Use filter-items to excl / incl module plugins * Move transform selection to getModulesPluginNames * Remove unnecessary spread operator Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> * Adjust tests to changes in #10218
337 lines
8.5 KiB
Plaintext
337 lines
8.5 KiB
Plaintext
@babel/preset-env: `DEBUG` option
|
|
|
|
Using targets:
|
|
{}
|
|
|
|
Using modules transform: auto
|
|
|
|
Using plugins:
|
|
transform-template-literals {}
|
|
transform-literals {}
|
|
transform-function-name {}
|
|
transform-arrow-functions {}
|
|
transform-block-scoped-functions {}
|
|
transform-classes {}
|
|
transform-object-super {}
|
|
transform-shorthand-properties {}
|
|
transform-duplicate-keys {}
|
|
transform-computed-properties {}
|
|
transform-for-of {}
|
|
transform-sticky-regex {}
|
|
transform-dotall-regex {}
|
|
transform-unicode-regex {}
|
|
transform-spread {}
|
|
transform-parameters {}
|
|
transform-destructuring {}
|
|
transform-block-scoping {}
|
|
transform-typeof-symbol {}
|
|
transform-new-target {}
|
|
transform-regenerator {}
|
|
transform-exponentiation-operator {}
|
|
transform-async-to-generator {}
|
|
proposal-async-generator-functions {}
|
|
proposal-object-rest-spread {}
|
|
proposal-unicode-property-regex {}
|
|
proposal-json-strings {}
|
|
proposal-optional-catch-binding {}
|
|
transform-named-capturing-groups-regex {}
|
|
transform-member-expression-literals {}
|
|
transform-property-literals {}
|
|
transform-reserved-words {}
|
|
transform-modules-commonjs {}
|
|
proposal-dynamic-import {}
|
|
|
|
Using polyfills with `entry` option:
|
|
|
|
[<CWD>/src/in.js] Replaced core-js entries with the following polyfills:
|
|
es.symbol {}
|
|
es.symbol.description {}
|
|
es.symbol.async-iterator {}
|
|
es.symbol.has-instance {}
|
|
es.symbol.is-concat-spreadable {}
|
|
es.symbol.iterator {}
|
|
es.symbol.match {}
|
|
es.symbol.replace {}
|
|
es.symbol.search {}
|
|
es.symbol.species {}
|
|
es.symbol.split {}
|
|
es.symbol.to-primitive {}
|
|
es.symbol.to-string-tag {}
|
|
es.symbol.unscopables {}
|
|
es.array.concat {}
|
|
es.array.copy-within {}
|
|
es.array.every {}
|
|
es.array.fill {}
|
|
es.array.filter {}
|
|
es.array.find {}
|
|
es.array.find-index {}
|
|
es.array.flat {}
|
|
es.array.flat-map {}
|
|
es.array.for-each {}
|
|
es.array.from {}
|
|
es.array.includes {}
|
|
es.array.index-of {}
|
|
es.array.is-array {}
|
|
es.array.iterator {}
|
|
es.array.join {}
|
|
es.array.last-index-of {}
|
|
es.array.map {}
|
|
es.array.of {}
|
|
es.array.reduce {}
|
|
es.array.reduce-right {}
|
|
es.array.reverse {}
|
|
es.array.slice {}
|
|
es.array.some {}
|
|
es.array.sort {}
|
|
es.array.species {}
|
|
es.array.splice {}
|
|
es.array.unscopables.flat {}
|
|
es.array.unscopables.flat-map {}
|
|
es.array-buffer.constructor {}
|
|
es.array-buffer.is-view {}
|
|
es.array-buffer.slice {}
|
|
es.data-view {}
|
|
es.date.now {}
|
|
es.date.to-iso-string {}
|
|
es.date.to-json {}
|
|
es.date.to-primitive {}
|
|
es.date.to-string {}
|
|
es.function.bind {}
|
|
es.function.has-instance {}
|
|
es.function.name {}
|
|
es.json.to-string-tag {}
|
|
es.map {}
|
|
es.math.acosh {}
|
|
es.math.asinh {}
|
|
es.math.atanh {}
|
|
es.math.cbrt {}
|
|
es.math.clz32 {}
|
|
es.math.cosh {}
|
|
es.math.expm1 {}
|
|
es.math.fround {}
|
|
es.math.hypot {}
|
|
es.math.imul {}
|
|
es.math.log10 {}
|
|
es.math.log1p {}
|
|
es.math.log2 {}
|
|
es.math.sign {}
|
|
es.math.sinh {}
|
|
es.math.tanh {}
|
|
es.math.to-string-tag {}
|
|
es.math.trunc {}
|
|
es.number.constructor {}
|
|
es.number.epsilon {}
|
|
es.number.is-finite {}
|
|
es.number.is-integer {}
|
|
es.number.is-nan {}
|
|
es.number.is-safe-integer {}
|
|
es.number.max-safe-integer {}
|
|
es.number.min-safe-integer {}
|
|
es.number.parse-float {}
|
|
es.number.parse-int {}
|
|
es.number.to-fixed {}
|
|
es.number.to-precision {}
|
|
es.object.assign {}
|
|
es.object.create {}
|
|
es.object.define-getter {}
|
|
es.object.define-properties {}
|
|
es.object.define-property {}
|
|
es.object.define-setter {}
|
|
es.object.entries {}
|
|
es.object.freeze {}
|
|
es.object.from-entries {}
|
|
es.object.get-own-property-descriptor {}
|
|
es.object.get-own-property-descriptors {}
|
|
es.object.get-own-property-names {}
|
|
es.object.get-prototype-of {}
|
|
es.object.is {}
|
|
es.object.is-extensible {}
|
|
es.object.is-frozen {}
|
|
es.object.is-sealed {}
|
|
es.object.keys {}
|
|
es.object.lookup-getter {}
|
|
es.object.lookup-setter {}
|
|
es.object.prevent-extensions {}
|
|
es.object.seal {}
|
|
es.object.set-prototype-of {}
|
|
es.object.to-string {}
|
|
es.object.values {}
|
|
es.parse-float {}
|
|
es.parse-int {}
|
|
es.promise {}
|
|
es.promise.finally {}
|
|
es.reflect.apply {}
|
|
es.reflect.construct {}
|
|
es.reflect.define-property {}
|
|
es.reflect.delete-property {}
|
|
es.reflect.get {}
|
|
es.reflect.get-own-property-descriptor {}
|
|
es.reflect.get-prototype-of {}
|
|
es.reflect.has {}
|
|
es.reflect.is-extensible {}
|
|
es.reflect.own-keys {}
|
|
es.reflect.prevent-extensions {}
|
|
es.reflect.set {}
|
|
es.reflect.set-prototype-of {}
|
|
es.regexp.constructor {}
|
|
es.regexp.exec {}
|
|
es.regexp.flags {}
|
|
es.regexp.to-string {}
|
|
es.set {}
|
|
es.string.code-point-at {}
|
|
es.string.ends-with {}
|
|
es.string.from-code-point {}
|
|
es.string.includes {}
|
|
es.string.iterator {}
|
|
es.string.match {}
|
|
es.string.pad-end {}
|
|
es.string.pad-start {}
|
|
es.string.raw {}
|
|
es.string.repeat {}
|
|
es.string.replace {}
|
|
es.string.search {}
|
|
es.string.split {}
|
|
es.string.starts-with {}
|
|
es.string.trim {}
|
|
es.string.trim-end {}
|
|
es.string.trim-start {}
|
|
es.string.anchor {}
|
|
es.string.big {}
|
|
es.string.blink {}
|
|
es.string.bold {}
|
|
es.string.fixed {}
|
|
es.string.fontcolor {}
|
|
es.string.fontsize {}
|
|
es.string.italics {}
|
|
es.string.link {}
|
|
es.string.small {}
|
|
es.string.strike {}
|
|
es.string.sub {}
|
|
es.string.sup {}
|
|
es.typed-array.float32-array {}
|
|
es.typed-array.float64-array {}
|
|
es.typed-array.int8-array {}
|
|
es.typed-array.int16-array {}
|
|
es.typed-array.int32-array {}
|
|
es.typed-array.uint8-array {}
|
|
es.typed-array.uint8-clamped-array {}
|
|
es.typed-array.uint16-array {}
|
|
es.typed-array.uint32-array {}
|
|
es.typed-array.copy-within {}
|
|
es.typed-array.every {}
|
|
es.typed-array.fill {}
|
|
es.typed-array.filter {}
|
|
es.typed-array.find {}
|
|
es.typed-array.find-index {}
|
|
es.typed-array.for-each {}
|
|
es.typed-array.from {}
|
|
es.typed-array.includes {}
|
|
es.typed-array.index-of {}
|
|
es.typed-array.iterator {}
|
|
es.typed-array.join {}
|
|
es.typed-array.last-index-of {}
|
|
es.typed-array.map {}
|
|
es.typed-array.of {}
|
|
es.typed-array.reduce {}
|
|
es.typed-array.reduce-right {}
|
|
es.typed-array.reverse {}
|
|
es.typed-array.set {}
|
|
es.typed-array.slice {}
|
|
es.typed-array.some {}
|
|
es.typed-array.sort {}
|
|
es.typed-array.subarray {}
|
|
es.typed-array.to-locale-string {}
|
|
es.typed-array.to-string {}
|
|
es.weak-map {}
|
|
es.weak-set {}
|
|
esnext.aggregate-error {}
|
|
esnext.array.last-index {}
|
|
esnext.array.last-item {}
|
|
esnext.composite-key {}
|
|
esnext.composite-symbol {}
|
|
esnext.global-this {}
|
|
esnext.map.delete-all {}
|
|
esnext.map.every {}
|
|
esnext.map.filter {}
|
|
esnext.map.find {}
|
|
esnext.map.find-key {}
|
|
esnext.map.from {}
|
|
esnext.map.group-by {}
|
|
esnext.map.includes {}
|
|
esnext.map.key-by {}
|
|
esnext.map.key-of {}
|
|
esnext.map.map-keys {}
|
|
esnext.map.map-values {}
|
|
esnext.map.merge {}
|
|
esnext.map.of {}
|
|
esnext.map.reduce {}
|
|
esnext.map.some {}
|
|
esnext.map.update {}
|
|
esnext.math.clamp {}
|
|
esnext.math.deg-per-rad {}
|
|
esnext.math.degrees {}
|
|
esnext.math.fscale {}
|
|
esnext.math.iaddh {}
|
|
esnext.math.imulh {}
|
|
esnext.math.isubh {}
|
|
esnext.math.rad-per-deg {}
|
|
esnext.math.radians {}
|
|
esnext.math.scale {}
|
|
esnext.math.seeded-prng {}
|
|
esnext.math.signbit {}
|
|
esnext.math.umulh {}
|
|
esnext.number.from-string {}
|
|
esnext.observable {}
|
|
esnext.promise.all-settled {}
|
|
esnext.promise.any {}
|
|
esnext.promise.try {}
|
|
esnext.reflect.define-metadata {}
|
|
esnext.reflect.delete-metadata {}
|
|
esnext.reflect.get-metadata {}
|
|
esnext.reflect.get-metadata-keys {}
|
|
esnext.reflect.get-own-metadata {}
|
|
esnext.reflect.get-own-metadata-keys {}
|
|
esnext.reflect.has-metadata {}
|
|
esnext.reflect.has-own-metadata {}
|
|
esnext.reflect.metadata {}
|
|
esnext.set.add-all {}
|
|
esnext.set.delete-all {}
|
|
esnext.set.difference {}
|
|
esnext.set.every {}
|
|
esnext.set.filter {}
|
|
esnext.set.find {}
|
|
esnext.set.from {}
|
|
esnext.set.intersection {}
|
|
esnext.set.is-disjoint-from {}
|
|
esnext.set.is-subset-of {}
|
|
esnext.set.is-superset-of {}
|
|
esnext.set.join {}
|
|
esnext.set.map {}
|
|
esnext.set.of {}
|
|
esnext.set.reduce {}
|
|
esnext.set.some {}
|
|
esnext.set.symmetric-difference {}
|
|
esnext.set.union {}
|
|
esnext.string.at {}
|
|
esnext.string.code-points {}
|
|
esnext.string.match-all {}
|
|
esnext.string.replace-all {}
|
|
esnext.symbol.dispose {}
|
|
esnext.symbol.observable {}
|
|
esnext.symbol.pattern-match {}
|
|
esnext.weak-map.delete-all {}
|
|
esnext.weak-map.from {}
|
|
esnext.weak-map.of {}
|
|
esnext.weak-set.add-all {}
|
|
esnext.weak-set.delete-all {}
|
|
esnext.weak-set.from {}
|
|
esnext.weak-set.of {}
|
|
web.dom-collections.for-each {}
|
|
web.dom-collections.iterator {}
|
|
web.immediate {}
|
|
web.queue-microtask {}
|
|
web.timers {}
|
|
web.url {}
|
|
web.url.to-json {}
|
|
web.url-search-params {}
|
|
Successfully compiled 1 file with Babel. |