Open
Description
See comment posted by @aduh95 in nodejs/node#57343 (comment)
We don't really need to completely generate each file every time, so what if we added a --select <glob>
, which allows the user to include the entire context (via --input
), but only select specific files for actual generation.
Alternatively,
--only-regenerate-changed
, which compares the timestamps of the input to the output--context
, which explicitly has files to be context, but not generated
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo