@babel/preset-env: `DEBUG` option

Using targets:
{
  "chrome": "133"
}

Using modules transform: auto

Using plugins:
  transform-explicit-resource-management { chrome < 134 }
  syntax-class-static-block
  syntax-private-property-in-object
  syntax-class-properties
  syntax-numeric-separator
  syntax-nullish-coalescing-operator
  syntax-optional-chaining
  syntax-json-strings
  syntax-optional-catch-binding
  syntax-async-generators
  syntax-object-rest-spread
  transform-export-namespace-from { }
  transform-modules-commonjs
  transform-dynamic-import
  syntax-top-level-await
  syntax-import-meta
corejs3: `DEBUG` option

Using targets: {
  "chrome": "133"
}

Using polyfills with `usage-global` method:

[<CWD>/packages/babel-preset-env/test/fixtures/debug-babel-7/usage-corejs3-proposals-chrome-133/input.js]
The corejs3 polyfill added the following polyfills:
  esnext.iterator.dispose { "chrome":"133" }
