|
spudplate
Template scaffolding compiler for spudlang .spud files
|
Notes the bundler emits as side outputs during a run. More...
#include <bundler.h>
Public Attributes | |
| std::vector< std::string > | ignored_update_pins |
Names of deps that were listed in --update-deps but are pinned in source; the bundler honoured the pin and ignored the override. | |
Notes the bundler emits as side outputs during a run.
Today it carries the names of pinned deps that were also listed in --update-deps, so the CLI can print the "pinned, --update-deps
ignored" hint without the bundler having to take a stream parameter.