WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
node_modules/webpack/lib/dependencies/CommonJsDependencyHelpers.js
@@ -12,6 +12,7 @@
/** @typedef {"exports" | "module.exports" | "this" | "Object.defineProperty(exports)" | "Object.defineProperty(module.exports)" | "Object.defineProperty(this)"} CommonJSDependencyBaseKeywords */
/**
 * Returns type and base.
 * @param {CommonJSDependencyBaseKeywords} depBase commonjs dependency base
 * @param {Module} module module
 * @param {RuntimeRequirements} runtimeRequirements runtime requirements
@@ -22,7 +23,9 @@
   module,
   runtimeRequirements
) => {
   /** @type {string} */
   let base;
   /** @type {string} */
   let type;
   switch (depBase) {
      case "exports":