build: update to rules_nodejs 0.38 (#32889)

PR Close #32889
This commit is contained in:
Alex Eagle
2019-09-27 15:49:59 -07:00
committed by Alex Rickabaugh
parent 2265cb5938
commit f783244ad1
20 changed files with 122 additions and 50 deletions

View File

@ -1,4 +1,4 @@
load("@npm_bazel_typescript//:defs.bzl", "ts_devserver")
load("@npm_bazel_typescript//:index.bzl", "ts_devserver")
load("//modules/benchmarks:benchmark_test.bzl", "benchmark_test")
package(default_visibility = ["//modules/benchmarks:__subpackages__"])