-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Near-complete rewrite of rules_node. (#30)
- Loading branch information
Showing
69 changed files
with
1,809 additions
and
1,738 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
v0.4.0 (Thu Sep 21 2017) | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
test_all: | ||
(cd tests/helloworld && bazel test //:helloworld_test) | ||
(cd tests/lyrics && bazel test //:lyrics_test) | ||
(cd tests/express && bazel test //:server_test) | ||
(cd tests/namespace && bazel test //:question_test) | ||
(cd tests/typescript && bazel test //:typescript_test) | ||
(cd tests/mocha && bazel test //:test) |
Oops, something went wrong.