@babel/preset-env: `DEBUG` option

Using targets:
{
  "android": "143",
  "chrome": "109",
  "edge": "142",
  "firefox": "128",
  "ios": "18.5",
  "opera": "124",
  "opera_mobile": "80",
  "safari": "26.1",
  "samsung": "28"
}

Using modules transform: auto

Using plugins:
  transform-explicit-resource-management { chrome < 134, firefox < 141, ios, opera, opera_mobile, safari, samsung }
  transform-duplicate-named-capturing-groups-regex { chrome < 126, firefox < 129, opera_mobile, samsung }
  transform-regexp-modifiers { chrome < 125, firefox < 132, ios, opera_mobile, safari }
  transform-unicode-sets-regex { chrome < 112 }
  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

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
