mirror of https://github.com/webpack/webpack.git
Merge pull request #12734 from npenin/master
This commit is contained in:
commit
e09090bbf1
|
|
@ -27,6 +27,7 @@ const memoize = require("./util/memoize");
|
|||
/** @typedef {import("./Compilation").AssetInfo} AssetInfo */
|
||||
/** @typedef {import("./MultiStats")} MultiStats */
|
||||
/** @typedef {import("./Parser").ParserState} ParserState */
|
||||
/** @typedef {import("./Watching")} Watching */
|
||||
/** @typedef {import("./stats/DefaultStatsFactoryPlugin").StatsCompilation} StatsCompilation */
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -11485,6 +11485,7 @@ declare namespace exports {
|
|||
AssetInfo,
|
||||
MultiStats,
|
||||
ParserState,
|
||||
Watching,
|
||||
StatsCompilation
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue