WXL
3 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/webpack/lib/dependencies/AMDRuntimeModules.js
@@ -16,6 +16,7 @@
   }
   /**
    * Generates runtime code for this runtime module.
    * @returns {string | null} runtime code
    */
   generate() {
@@ -29,6 +30,7 @@
class AMDOptionsRuntimeModule extends RuntimeModule {
   /**
    * Creates an instance of AMDOptionsRuntimeModule.
    * @param {AmdOptions} options the AMD options
    */
   constructor(options) {
@@ -37,6 +39,7 @@
   }
   /**
    * Generates runtime code for this runtime module.
    * @returns {string | null} runtime code
    */
   generate() {