blob: b0fec4a9dc4b024fa01b94dd331c1483499d7360 [file] [edit]
// In MODULARIZE mode the JS code may be executed later, after `document.currentScript` is gone, so we store
// it to `_scriptName` outside the wrapper function. Therefore, it cannot be minified.
// In EXPORT_ES6 mode we use `import.meta.url` and for Node.js CommonJS builds we use `__filename`.
/**
* @suppress {duplicate, undefinedVars}
*/
var _scriptName;