mirror of https://github.com/webpack/webpack.git
Update index.js
This commit is contained in:
parent
83bc3c588b
commit
3a2409fcde
|
|
@ -27,8 +27,8 @@ const memoize = require("./util/memoize");
|
|||
/** @typedef {import("./Compilation").AssetInfo} AssetInfo */
|
||||
/** @typedef {import("./MultiStats")} MultiStats */
|
||||
/** @typedef {import("./Parser").ParserState} ParserState */
|
||||
/** @typedef {import("./stats/DefaultStatsFactoryPlugin").StatsCompilation} StatsCompilation */
|
||||
/** @typedef {import("./Watching")} Watching */
|
||||
/** @typedef {import("./stats/DefaultStatsFactoryPlugin").StatsCompilation} StatsCompilation */
|
||||
|
||||
/**
|
||||
* @template {Function} T
|
||||
|
|
|
|||
Loading…
Reference in New Issue