You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should work like existing multiple-roots scenario.
Tasks:
The abstract dependency graph is not going to be automatically inferrable because everything is or or less flat.
Figure out if this is an actual problem and if we should do anything about it (docs, logic, special report, etc.)
Investigate if there is metadata from which we could recreate the abstract dependency graph. (Probably could from yarn.lock or package-lock.json if nothing else).
The text was updated successfully, but these errors were encountered:
You shouldn't need to do anything particularly special once tink is ready for use. Because it simulates node_modules, there's basically no real need to special-case anything: Just throw what you currently have at it and the analysis will be fairly accurate, unless you're trying to calculate the on-disk cost of the source files. If you're trying to calculate bundle sizes, though, it's all identical, or it should be. I'd rather you not have to do any extra work here! I want it to Just Work™!
https://github.com/npm/tink
Should work like existing
multiple-roots
scenario.Tasks:
yarn.lock
orpackage-lock.json
if nothing else).The text was updated successfully, but these errors were encountered: