@babel/preset-env: `DEBUG` option

Using targets:
{
  "chrome": "71"
}

Using modules transform: auto

Using plugins:
  proposal-class-static-block { chrome < 94 }
  proposal-private-property-in-object { chrome < 91 }
  proposal-class-properties { chrome < 74 }
  proposal-private-methods { chrome < 84 }
  proposal-numeric-separator { chrome < 75 }
  proposal-logical-assignment-operators { chrome < 85 }
  proposal-nullish-coalescing-operator { chrome < 80 }
  proposal-optional-chaining { chrome < 91 }
  syntax-json-strings
  syntax-optional-catch-binding
  syntax-async-generators
  syntax-object-rest-spread
  proposal-export-namespace-from { chrome < 72 }
  transform-modules-commonjs
  proposal-dynamic-import
  syntax-import-assertions
corejs3: `DEBUG` option

Using targets: {
  "chrome": "71"
}

Using polyfills with `entry-global` method:

[<CWD>/packages/babel-preset-env/test/fixtures/debug-babel-7/entry-corejs3-specific-entries-chrome-71/input.mjs]
The corejs3 polyfill entry has been replaced with the following polyfills:
  es.object.from-entries { "chrome":"71" }
  esnext.reflect.define-metadata { "chrome":"71" }
  esnext.reflect.delete-metadata { "chrome":"71" }
  esnext.reflect.get-metadata { "chrome":"71" }
  esnext.reflect.get-metadata-keys { "chrome":"71" }
  esnext.reflect.get-own-metadata { "chrome":"71" }
  esnext.reflect.get-own-metadata-keys { "chrome":"71" }
  esnext.reflect.has-metadata { "chrome":"71" }
  esnext.reflect.has-own-metadata { "chrome":"71" }
  esnext.reflect.metadata { "chrome":"71" }

[<CWD>/packages/babel-preset-env/test/fixtures/debug-babel-7/entry-corejs3-specific-entries-chrome-71/input.mjs] Based on your targets, regenerator-runtime import excluded.
