@babel/preset-env: `DEBUG` option

Using targets:
{
  "ie": "6"
}

Using modules transform: auto

Using plugins:
  proposal-class-static-block { ie }
  proposal-private-property-in-object { ie }
  proposal-class-properties { ie }
  proposal-private-methods { ie }
  proposal-numeric-separator { ie }
  proposal-logical-assignment-operators { ie }
  proposal-nullish-coalescing-operator { ie }
  proposal-optional-chaining { ie }
  proposal-json-strings { ie }
  proposal-optional-catch-binding { ie }
  transform-parameters { ie }
  proposal-async-generator-functions { ie }
  proposal-object-rest-spread { ie }
  transform-dotall-regex { ie }
  proposal-unicode-property-regex { ie }
  transform-named-capturing-groups-regex { ie }
  transform-async-to-generator { ie }
  transform-exponentiation-operator { ie }
  transform-template-literals { ie }
  transform-literals { ie }
  transform-function-name { ie }
  transform-arrow-functions { ie }
  transform-block-scoped-functions { ie < 11 }
  transform-classes { ie }
  transform-object-super { ie }
  transform-shorthand-properties { ie }
  transform-duplicate-keys { ie }
  transform-computed-properties { ie }
  transform-for-of { ie }
  transform-sticky-regex { ie }
  transform-unicode-escapes { ie }
  transform-unicode-regex { ie }
  transform-spread { ie }
  transform-destructuring { ie }
  transform-block-scoping { ie }
  transform-typeof-symbol { ie }
  transform-new-target { ie }
  transform-regenerator { ie }
  transform-member-expression-literals { ie < 9 }
  transform-property-literals { ie < 9 }
  transform-reserved-words { ie < 9 }
  proposal-export-namespace-from { ie }
  transform-modules-commonjs
  proposal-dynamic-import
  syntax-import-assertions
corejs3: `DEBUG` option

Using targets: {
  "ie": "6"
}

Using polyfills with `entry-global` method:

[<CWD>/packages/babel-preset-env/test/fixtures/debug/entry-corejs3-es-proposals/input.mjs]
The corejs3 polyfill entry has been replaced with the following polyfills:
  es.symbol { "ie":"6" }
  es.symbol.description { "ie":"6" }
  es.symbol.async-iterator { "ie":"6" }
  es.symbol.has-instance { "ie":"6" }
  es.symbol.is-concat-spreadable { "ie":"6" }
  es.symbol.iterator { "ie":"6" }
  es.symbol.match { "ie":"6" }
  es.symbol.replace { "ie":"6" }
  es.symbol.search { "ie":"6" }
  es.symbol.species { "ie":"6" }
  es.symbol.split { "ie":"6" }
  es.symbol.to-primitive { "ie":"6" }
  es.symbol.to-string-tag { "ie":"6" }
  es.symbol.unscopables { "ie":"6" }
  es.array.concat { "ie":"6" }
  es.array.copy-within { "ie":"6" }
  es.array.every { "ie":"6" }
  es.array.fill { "ie":"6" }
  es.array.filter { "ie":"6" }
  es.array.find { "ie":"6" }
  es.array.find-index { "ie":"6" }
  es.array.flat { "ie":"6" }
  es.array.flat-map { "ie":"6" }
  es.array.for-each { "ie":"6" }
  es.array.from { "ie":"6" }
  es.array.includes { "ie":"6" }
  es.array.index-of { "ie":"6" }
  es.array.is-array { "ie":"6" }
  es.array.iterator { "ie":"6" }
  es.array.join { "ie":"6" }
  es.array.last-index-of { "ie":"6" }
  es.array.map { "ie":"6" }
  es.array.of { "ie":"6" }
  es.array.reduce { "ie":"6" }
  es.array.reduce-right { "ie":"6" }
  es.array.slice { "ie":"6" }
  es.array.some { "ie":"6" }
  es.array.sort { "ie":"6" }
  es.array.species { "ie":"6" }
  es.array.splice { "ie":"6" }
  es.array.unscopables.flat { "ie":"6" }
  es.array.unscopables.flat-map { "ie":"6" }
  es.array-buffer.constructor { "ie":"6" }
  es.array-buffer.is-view { "ie":"6" }
  es.array-buffer.slice { "ie":"6" }
  es.data-view { "ie":"6" }
  es.date.now { "ie":"6" }
  es.date.to-iso-string { "ie":"6" }
  es.date.to-json { "ie":"6" }
  es.date.to-primitive { "ie":"6" }
  es.date.to-string { "ie":"6" }
  es.function.bind { "ie":"6" }
  es.function.has-instance { "ie":"6" }
  es.function.name { "ie":"6" }
  es.json.to-string-tag { "ie":"6" }
  es.map { "ie":"6" }
  es.math.acosh { "ie":"6" }
  es.math.asinh { "ie":"6" }
  es.math.atanh { "ie":"6" }
  es.math.cbrt { "ie":"6" }
  es.math.clz32 { "ie":"6" }
  es.math.cosh { "ie":"6" }
  es.math.expm1 { "ie":"6" }
  es.math.fround { "ie":"6" }
  es.math.hypot { "ie":"6" }
  es.math.imul { "ie":"6" }
  es.math.log10 { "ie":"6" }
  es.math.log1p { "ie":"6" }
  es.math.log2 { "ie":"6" }
  es.math.sign { "ie":"6" }
  es.math.sinh { "ie":"6" }
  es.math.tanh { "ie":"6" }
  es.math.to-string-tag { "ie":"6" }
  es.math.trunc { "ie":"6" }
  es.number.constructor { "ie":"6" }
  es.number.epsilon { "ie":"6" }
  es.number.is-finite { "ie":"6" }
  es.number.is-integer { "ie":"6" }
  es.number.is-nan { "ie":"6" }
  es.number.is-safe-integer { "ie":"6" }
  es.number.max-safe-integer { "ie":"6" }
  es.number.min-safe-integer { "ie":"6" }
  es.number.parse-float { "ie":"6" }
  es.number.parse-int { "ie":"6" }
  es.number.to-fixed { "ie":"6" }
  es.number.to-precision { "ie":"6" }
  es.object.assign { "ie":"6" }
  es.object.create { "ie":"6" }
  es.object.define-getter { "ie":"6" }
  es.object.define-properties { "ie":"6" }
  es.object.define-property { "ie":"6" }
  es.object.define-setter { "ie":"6" }
  es.object.entries { "ie":"6" }
  es.object.freeze { "ie":"6" }
  es.object.from-entries { "ie":"6" }
  es.object.get-own-property-descriptor { "ie":"6" }
  es.object.get-own-property-descriptors { "ie":"6" }
  es.object.get-own-property-names { "ie":"6" }
  es.object.get-prototype-of { "ie":"6" }
  es.object.is { "ie":"6" }
  es.object.is-extensible { "ie":"6" }
  es.object.is-frozen { "ie":"6" }
  es.object.is-sealed { "ie":"6" }
  es.object.keys { "ie":"6" }
  es.object.lookup-getter { "ie":"6" }
  es.object.lookup-setter { "ie":"6" }
  es.object.prevent-extensions { "ie":"6" }
  es.object.seal { "ie":"6" }
  es.object.set-prototype-of { "ie":"6" }
  es.object.to-string { "ie":"6" }
  es.object.values { "ie":"6" }
  es.parse-float { "ie":"6" }
  es.parse-int { "ie":"6" }
  es.promise { "ie":"6" }
  es.promise.finally { "ie":"6" }
  es.reflect.apply { "ie":"6" }
  es.reflect.construct { "ie":"6" }
  es.reflect.define-property { "ie":"6" }
  es.reflect.delete-property { "ie":"6" }
  es.reflect.get { "ie":"6" }
  es.reflect.get-own-property-descriptor { "ie":"6" }
  es.reflect.get-prototype-of { "ie":"6" }
  es.reflect.has { "ie":"6" }
  es.reflect.is-extensible { "ie":"6" }
  es.reflect.own-keys { "ie":"6" }
  es.reflect.prevent-extensions { "ie":"6" }
  es.reflect.set { "ie":"6" }
  es.reflect.set-prototype-of { "ie":"6" }
  es.regexp.constructor { "ie":"6" }
  es.regexp.exec { "ie":"6" }
  es.regexp.flags { "ie":"6" }
  es.regexp.to-string { "ie":"6" }
  es.set { "ie":"6" }
  es.string.code-point-at { "ie":"6" }
  es.string.ends-with { "ie":"6" }
  es.string.from-code-point { "ie":"6" }
  es.string.includes { "ie":"6" }
  es.string.iterator { "ie":"6" }
  es.string.match { "ie":"6" }
  es.string.pad-end { "ie":"6" }
  es.string.pad-start { "ie":"6" }
  es.string.raw { "ie":"6" }
  es.string.repeat { "ie":"6" }
  es.string.replace { "ie":"6" }
  es.string.search { "ie":"6" }
  es.string.split { "ie":"6" }
  es.string.starts-with { "ie":"6" }
  es.string.trim { "ie":"6" }
  es.string.trim-end { "ie":"6" }
  es.string.trim-start { "ie":"6" }
  es.string.anchor { "ie":"6" }
  es.string.big { "ie":"6" }
  es.string.blink { "ie":"6" }
  es.string.bold { "ie":"6" }
  es.string.fixed { "ie":"6" }
  es.string.fontcolor { "ie":"6" }
  es.string.fontsize { "ie":"6" }
  es.string.italics { "ie":"6" }
  es.string.link { "ie":"6" }
  es.string.small { "ie":"6" }
  es.string.strike { "ie":"6" }
  es.string.sub { "ie":"6" }
  es.string.sup { "ie":"6" }
  es.typed-array.float32-array { "ie":"6" }
  es.typed-array.float64-array { "ie":"6" }
  es.typed-array.int8-array { "ie":"6" }
  es.typed-array.int16-array { "ie":"6" }
  es.typed-array.int32-array { "ie":"6" }
  es.typed-array.uint8-array { "ie":"6" }
  es.typed-array.uint8-clamped-array { "ie":"6" }
  es.typed-array.uint16-array { "ie":"6" }
  es.typed-array.uint32-array { "ie":"6" }
  es.typed-array.copy-within { "ie":"6" }
  es.typed-array.every { "ie":"6" }
  es.typed-array.fill { "ie":"6" }
  es.typed-array.filter { "ie":"6" }
  es.typed-array.find { "ie":"6" }
  es.typed-array.find-index { "ie":"6" }
  es.typed-array.for-each { "ie":"6" }
  es.typed-array.from { "ie":"6" }
  es.typed-array.includes { "ie":"6" }
  es.typed-array.index-of { "ie":"6" }
  es.typed-array.iterator { "ie":"6" }
  es.typed-array.join { "ie":"6" }
  es.typed-array.last-index-of { "ie":"6" }
  es.typed-array.map { "ie":"6" }
  es.typed-array.of { "ie":"6" }
  es.typed-array.reduce { "ie":"6" }
  es.typed-array.reduce-right { "ie":"6" }
  es.typed-array.reverse { "ie":"6" }
  es.typed-array.set { "ie":"6" }
  es.typed-array.slice { "ie":"6" }
  es.typed-array.some { "ie":"6" }
  es.typed-array.sort { "ie":"6" }
  es.typed-array.subarray { "ie":"6" }
  es.typed-array.to-locale-string { "ie":"6" }
  es.typed-array.to-string { "ie":"6" }
  es.weak-map { "ie":"6" }
  es.weak-set { "ie":"6" }
  esnext.aggregate-error { "ie":"6" }
  esnext.array.last-index { "ie":"6" }
  esnext.array.last-item { "ie":"6" }
  esnext.composite-key { "ie":"6" }
  esnext.composite-symbol { "ie":"6" }
  esnext.global-this { "ie":"6" }
  esnext.map.delete-all { "ie":"6" }
  esnext.map.every { "ie":"6" }
  esnext.map.filter { "ie":"6" }
  esnext.map.find { "ie":"6" }
  esnext.map.find-key { "ie":"6" }
  esnext.map.from { "ie":"6" }
  esnext.map.group-by { "ie":"6" }
  esnext.map.includes { "ie":"6" }
  esnext.map.key-by { "ie":"6" }
  esnext.map.key-of { "ie":"6" }
  esnext.map.map-keys { "ie":"6" }
  esnext.map.map-values { "ie":"6" }
  esnext.map.merge { "ie":"6" }
  esnext.map.of { "ie":"6" }
  esnext.map.reduce { "ie":"6" }
  esnext.map.some { "ie":"6" }
  esnext.map.update { "ie":"6" }
  esnext.math.clamp { "ie":"6" }
  esnext.math.deg-per-rad { "ie":"6" }
  esnext.math.degrees { "ie":"6" }
  esnext.math.fscale { "ie":"6" }
  esnext.math.iaddh { "ie":"6" }
  esnext.math.imulh { "ie":"6" }
  esnext.math.isubh { "ie":"6" }
  esnext.math.rad-per-deg { "ie":"6" }
  esnext.math.radians { "ie":"6" }
  esnext.math.scale { "ie":"6" }
  esnext.math.seeded-prng { "ie":"6" }
  esnext.math.signbit { "ie":"6" }
  esnext.math.umulh { "ie":"6" }
  esnext.number.from-string { "ie":"6" }
  esnext.observable { "ie":"6" }
  esnext.promise.all-settled { "ie":"6" }
  esnext.promise.any { "ie":"6" }
  esnext.promise.try { "ie":"6" }
  esnext.reflect.define-metadata { "ie":"6" }
  esnext.reflect.delete-metadata { "ie":"6" }
  esnext.reflect.get-metadata { "ie":"6" }
  esnext.reflect.get-metadata-keys { "ie":"6" }
  esnext.reflect.get-own-metadata { "ie":"6" }
  esnext.reflect.get-own-metadata-keys { "ie":"6" }
  esnext.reflect.has-metadata { "ie":"6" }
  esnext.reflect.has-own-metadata { "ie":"6" }
  esnext.reflect.metadata { "ie":"6" }
  esnext.set.add-all { "ie":"6" }
  esnext.set.delete-all { "ie":"6" }
  esnext.set.difference { "ie":"6" }
  esnext.set.every { "ie":"6" }
  esnext.set.filter { "ie":"6" }
  esnext.set.find { "ie":"6" }
  esnext.set.from { "ie":"6" }
  esnext.set.intersection { "ie":"6" }
  esnext.set.is-disjoint-from { "ie":"6" }
  esnext.set.is-subset-of { "ie":"6" }
  esnext.set.is-superset-of { "ie":"6" }
  esnext.set.join { "ie":"6" }
  esnext.set.map { "ie":"6" }
  esnext.set.of { "ie":"6" }
  esnext.set.reduce { "ie":"6" }
  esnext.set.some { "ie":"6" }
  esnext.set.symmetric-difference { "ie":"6" }
  esnext.set.union { "ie":"6" }
  esnext.string.at { "ie":"6" }
  esnext.string.code-points { "ie":"6" }
  esnext.string.match-all { "ie":"6" }
  esnext.string.replace-all { "ie":"6" }
  esnext.symbol.dispose { "ie":"6" }
  esnext.symbol.observable { "ie":"6" }
  esnext.symbol.pattern-match { "ie":"6" }
  esnext.weak-map.delete-all { "ie":"6" }
  esnext.weak-map.from { "ie":"6" }
  esnext.weak-map.of { "ie":"6" }
  esnext.weak-set.add-all { "ie":"6" }
  esnext.weak-set.delete-all { "ie":"6" }
  esnext.weak-set.from { "ie":"6" }
  esnext.weak-set.of { "ie":"6" }
  web.url { "ie":"6" }
  web.url.to-json { "ie":"6" }
  web.url-search-params { "ie":"6" }
