Rohan Agarwal
Rohan Agarwal
### The Problem `script_args` attribute of the `node_binary` rule is not written to the generated script. ### Setup WORKSPACE: ``` RULES_NODE_COMMIT = 'dc9f8ba73f007a5eb3e57668e77082188c1ce219' RULES_NODE_SHA256 = 'b0c627d7c412f8addff63b887ccc1b171033a215a47eb3186a8bca5889e7de78' http_archive( name = "org_pubref_rules_node",...
The library: [protobuf.js](https://github.com/dcodeIO/protobuf.js) To reproduce (Using the latest commit to this repo): WORKSPACE ``` RULES_NODE_COMMIT = 'a447bee6fec5a6b64b6b2dd5dfe0f0597c648d1c' RULES_NODE_SHA256 = '551f19fb02f97ccb68c78ec20e4190378e46129fc9594ed01be0baa0c224ec14' http_archive( name = "org_pubref_rules_node", url = "https://github.com/pubref/rules_node/archive/%s.zip" % RULES_NODE_COMMIT, strip_prefix...