Files
meteor/packages/constraint-solver
Avital Oliver 0376b477a5 Add clarifying comment on improved constraint solver method
Explain a recent change to CS.Input.isEqual that eliminated a very
costly set of SQLite queries against the local package catalog cache
on every app rebuild.
2015-12-16 21:18:07 -08:00
..
2015-02-01 12:23:37 -08:00

constraint-solver

Meteor Version Solver is an optimizing constraint solver for package dependencies. It is used by the Meteor build tool (Isobuild) for apps, packages and build plugins.

To learn more about Meteor Version Solver see the project page on meteor.com