Skip to content

Sep 21 2017

Pre-release
Pre-release
Compare
Choose a tag to compare
@pcj pcj released this 21 Sep 19:24
· 23 commits to master since this release

This is a complete rewrite of rules_node. In prior releases npm was used to install dependencies, this has been replaced with yarn. The mechanism for associating external (npm) node modules was previously based on assembling a NODE_PATH enviroment variable. This has been replaced by code that constructs a fresh node_modules/ tree foreach node_binary rule, having much better hermeticity characteristics.