Skip to content

Commit

Permalink
Merge pull request #17201 from webpack/thelarkinn/expose-chunk-graph-…
Browse files Browse the repository at this point in the history
…type

refactor(types): Expose ChunkGroup to type definitions
  • Loading branch information
TheLarkInn committed May 16, 2023
2 parents 793a063 + 53eccc3 commit 03af176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const memoize = require("./util/memoize");
/** @typedef {import("../declarations/WebpackOptions").WebpackOptionsNormalized} WebpackOptionsNormalized */
/** @typedef {import("../declarations/WebpackOptions").WebpackPluginFunction} WebpackPluginFunction */
/** @typedef {import("../declarations/WebpackOptions").WebpackPluginInstance} WebpackPluginInstance */
/** @typedef {import("./ChunkGroup")} ChunkGroup */
/** @typedef {import("./Compilation").Asset} Asset */
/** @typedef {import("./Compilation").AssetInfo} AssetInfo */
/** @typedef {import("./Compilation").EntryOptions} EntryOptions */
Expand Down
1 change: 1 addition & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13426,6 +13426,7 @@ declare namespace exports {
Configuration,
WebpackOptionsNormalized,
WebpackPluginInstance,
ChunkGroup,
Asset,
AssetInfo,
EntryOptions,
Expand Down

0 comments on commit 03af176

Please sign in to comment.