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.