mirror of https://github.com/webpack/webpack.git
Exporting PathData type definition
This commit is contained in:
parent
3ad4fcac25
commit
7270ea5f4e
|
|
@ -28,6 +28,7 @@ const memoize = require("./util/memoize");
|
|||
/** @typedef {import("./Compilation").Asset} Asset */
|
||||
/** @typedef {import("./Compilation").AssetInfo} AssetInfo */
|
||||
/** @typedef {import("./Compilation").EntryOptions} EntryOptions */
|
||||
/** @typedef {import("./Compilation").PathData} PathData */
|
||||
/** @typedef {import("./Compiler").AssetEmittedInfo} AssetEmittedInfo */
|
||||
/** @typedef {import("./MultiStats")} MultiStats */
|
||||
/** @typedef {import("./Parser").ParserState} ParserState */
|
||||
|
|
|
|||
|
|
@ -13063,6 +13063,7 @@ declare namespace exports {
|
|||
Asset,
|
||||
AssetInfo,
|
||||
EntryOptions,
|
||||
PathData,
|
||||
AssetEmittedInfo,
|
||||
MultiStats,
|
||||
ParserState,
|
||||
|
|
|
|||
Loading…
Reference in New Issue