WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
node_modules/webpack/lib/RuntimeGlobals.js
@@ -60,6 +60,11 @@
module.exports.compatGetDefaultExport = "__webpack_require__.n";
/**
 * compile a wasm module from id and hash, returning WebAssembly.Module
 */
module.exports.compileWasm = "__webpack_require__.vs";
/**
 * create a fake namespace object
 */
module.exports.createFakeNamespaceObject = "__webpack_require__.t";
@@ -82,6 +87,7 @@
 * merge multiple CSS stylesheets (CSSStyleSheet or string) into one CSS text string
 * Arguments: (sheets: Array<CSSStyleSheet | string> | CSSStyleSheet | string) => string
 */
module.exports.cssInjectStyle = "__webpack_require__.is";
module.exports.cssMergeStyleSheets = "__webpack_require__.mcs";
/**
@@ -404,6 +410,7 @@
module.exports.startupEntrypoint = "__webpack_require__.X";
/**
 * Describes how this item operation behaves.
 * @deprecated
 * creating a default startup function with the entry modules
 */