{"version":3,"names":["exports","module","register","apply","arguments","__esModule","node","require","default","Object","assign"],"sources":["../src/index.cts"],"sourcesContent":["\"use strict\";\n\n/**\n * This file wraps the compiled ES6 module implementation of register so\n * that it can be used both from a standard CommonJS environment, and also\n * from a compiled Babel import.\n */\n\nif (USE_ESM) {\n  module.exports = require(\"./experimental-worker.cjs\");\n} else if (process.env.BABEL_8_BREAKING) {\n  module.exports = require(\"./experimental-worker.cjs\");\n} else {\n  exports = module.exports = function () {\n    // eslint-disable-next-line @typescript-eslint/no-use-before-define\n    return register.apply(this, arguments);\n  };\n  exports.__esModule = true;\n\n  const node = require(\"./nodeWrapper.cjs\");\n  const register = node.default;\n\n  Object.assign(exports, node);\n}\n"],"mappings":"AAAA,YAAY;AAaVA,OAAO,GAAGC,MAAM,CAACD,OAAO,GAAG,YAAY;EAErC,OAAOE,QAAQ,CAACC,KAAK,CAAC,IAAI,EAAEC,SAAS,CAAC;AACxC,CAAC;AACDJ,OAAO,CAACK,UAAU,GAAG,IAAI;AAEzB,MAAMC,IAAI,GAAGC,OAAO,CAAC,mBAAmB,CAAC;AACzC,MAAML,QAAQ,GAAGI,IAAI,CAACE,OAAO;AAE7BC,MAAM,CAACC,MAAM,CAACV,OAAO,EAAEM,IAAI,CAAC","ignoreList":[]}