@ms-cloudpack/bundler-types
v0.25.2
Published
TypeScript types for implementing a bundler abstraction. We keep these separate from the bundler package to eliminate circular package dependencies and ensure no major bumps happen with the contract.
Downloads
1,470
Keywords
Readme
@ms-cloudpack/bundler-types
This library provides the typings for the bundle abstraction package (@ms-cloudpack/bundler
). Bundler plugins can use this to implement the standard bundler plugin contract.
Having the typings in a separate package helps keep the dependency graph non-circular. Both the bundler and the plugins can refer to the types in the same direction, rather than keeping the typings in the bundler
package which could cause a circular DAG.