Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nodejs/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def node_repositories(**kwargs):
print("""\
WARNING: node_repositories is deprecated; use nodejs_repositories instead.

If your are not calling node_repositories directly you may need to upgrade to rules_js 2.x to suppress this warning.
If you are not calling node_repositories directly you may need to upgrade to rules_js 2.x to suppress this warning.
""")

nodejs_repositories(**kwargs)
Expand Down
4 changes: 2 additions & 2 deletions nodejs/toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def nodejs_toolchain(
print("""\
WARNING: target_tool attribute of nodejs_toolchain is deprecated; use node instead of target_tool.

If your are not calling nodejs_toolchain directly you may need to upgrade to rules_js 2.x to suppress this warning.
If you are not calling nodejs_toolchain directly you may need to upgrade to rules_js 2.x to suppress this warning.
""")
node = target_tool

Expand Down Expand Up @@ -258,6 +258,6 @@ def node_toolchain(**kwargs):
print("""\
WARNING: node_toolchain is deprecated; use nodejs_toolchain instead.

If your are not calling node_toolchain directly you may need to upgrade to rules_js 2.x to suppress this warning.
If you are not calling node_toolchain directly you may need to upgrade to rules_js 2.x to suppress this warning.
""")
nodejs_toolchain(**kwargs)