guix_mirror_bot pushed a change to branch javascript-team
in repository guix.
from 0c118870f9 build/node-build-system: Improve doc string of
`modify-json-fields'.
new 0592761edf build/node: Add `add-fields' procedure, and log
modifications.
new 91edb3f34e build/node: Add `delete-dependencies/except' procedure.
new 208d0708e0 build/node: Preserve field order of modified JSON files.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 1 +
guix/build/node-build-system.scm | 65 ++++++++++++++++++-----
tests/node.scm | 108 +++++++++++++++++++++++++++++++++++++++
3 files changed, 162 insertions(+), 12 deletions(-)
create mode 100644 tests/node.scm