build: update to rules_nodejs 0.32.2 (#31325)

Brings in ts_library fixes required to get angular/angular building after 0.32.0:
typescript: exclude typescript lib declarations in node_module_library transitive_declarations
typescript: remove override of @bazel/tsetse (+1 squashed commit)

@npm//node_modules/foobar:foobar.js labels changed to @npm//:node_modules/foobar/foobar.js with fix for bazelbuild/rules_nodejs#802

also updates to rules_rass commit compatible with rules_nodejs 0.32.0

PR Close #31325
This commit is contained in:
Greg Magolan
2019-06-18 21:26:53 -07:00
committed by Alex Rickabaugh
parent b7a099d27e
commit 361109d80f
71 changed files with 392 additions and 422 deletions

View File

@ -76,7 +76,7 @@ js_expected_symbol_test(
genrule(
name = "tslib",
srcs = [
"@npm//node_modules/tslib:tslib.js",
"@npm//:node_modules/tslib/tslib.js",
],
outs = [
"tslib.js",

View File

@ -68,7 +68,7 @@ jasmine_node_test(
genrule(
name = "tslib",
srcs = [
"@npm//node_modules/tslib:tslib.js",
"@npm//:node_modules/tslib/tslib.js",
],
outs = [
"tslib.js",

View File

@ -71,7 +71,7 @@ jasmine_node_test(
genrule(
name = "tslib",
srcs = [
"@npm//node_modules/tslib:tslib.js",
"@npm//:node_modules/tslib/tslib.js",
],
outs = [
"tslib.js",