mirror of https://github.com/webpack/webpack.git
Add correct place to add ResolveData type
This commit is contained in:
parent
f5c981b5b6
commit
cfc427e4aa
|
@ -37,6 +37,7 @@ const memoize = require("./util/memoize");
|
|||
/** @typedef {import("./Compilation").PathData} PathData */
|
||||
/** @typedef {import("./Compiler").AssetEmittedInfo} AssetEmittedInfo */
|
||||
/** @typedef {import("./MultiStats")} MultiStats */
|
||||
/** @typedef {import("./NormalModuleFactory").ResolveData} ResolveData */
|
||||
/** @typedef {import("./Parser").ParserState} ParserState */
|
||||
/** @typedef {import("./ResolverFactory").ResolvePluginInstance} ResolvePluginInstance */
|
||||
/** @typedef {import("./ResolverFactory").Resolver} Resolver */
|
||||
|
|
|
@ -13432,6 +13432,7 @@ declare namespace exports {
|
|||
PathData,
|
||||
AssetEmittedInfo,
|
||||
MultiStats,
|
||||
ResolveData,
|
||||
ParserState,
|
||||
ResolvePluginInstance,
|
||||
Resolver,
|
||||
|
@ -13452,7 +13453,6 @@ declare namespace exports {
|
|||
StatsModuleTraceDependency,
|
||||
StatsModuleTraceItem,
|
||||
StatsProfile,
|
||||
ResolveData,
|
||||
LoaderModule,
|
||||
RawLoaderDefinition,
|
||||
LoaderDefinition,
|
||||
|
|
Loading…
Reference in New Issue