feat: refactoring project
This commit is contained in:
4
node_modules/webpack/lib/dependencies/processExportInfo.js
generated
vendored
4
node_modules/webpack/lib/dependencies/processExportInfo.js
generated
vendored
@@ -10,9 +10,11 @@ const { UsageState } = require("../ExportsInfo");
|
||||
/** @typedef {import("../ExportsInfo").ExportInfo} ExportInfo */
|
||||
/** @typedef {import("../util/runtime").RuntimeSpec} RuntimeSpec */
|
||||
|
||||
/** @typedef {string[][]} ReferencedExports */
|
||||
|
||||
/**
|
||||
* @param {RuntimeSpec} runtime the runtime
|
||||
* @param {string[][]} referencedExports list of referenced exports, will be added to
|
||||
* @param {ReferencedExports} referencedExports list of referenced exports, will be added to
|
||||
* @param {string[]} prefix export prefix
|
||||
* @param {ExportInfo=} exportInfo the export info
|
||||
* @param {boolean} defaultPointsToSelf when true, using default will reference itself
|
||||
|
||||
Reference in New Issue
Block a user