@@ -41,8 +41,8 @@ gazelle(
4141js_library (
4242 name = "protobufjs_bootstrap_scripts" ,
4343 srcs = [
44- "@build_bazel_rules_typescript_protobufs_compiletime_deps//: node_modules/long/ dist/long.js" ,
45- "@build_bazel_rules_typescript_protobufs_compiletime_deps//: node_modules/protobufjs/ dist/minimal/protobuf.min.js" ,
44+ "@build_bazel_rules_typescript_protobufs_compiletime_deps//node_modules/long: dist/long.js" ,
45+ "@build_bazel_rules_typescript_protobufs_compiletime_deps//node_modules/protobufjs: dist/minimal/protobuf.min.js" ,
4646 ],
4747 # Make devmode loading work when it does require("protobufjs/minimal")
4848 # so this is shimmed to define it to equal global.protobuf
@@ -56,15 +56,15 @@ js_library(
5656load ("@build_bazel_rules_nodejs//:defs.bzl" , "nodejs_binary" )
5757
5858# A nodejs_binary for @bazel/typescript/tsc_wrapped to use by default in
59- # ts_library that depends on @npm//: @bazel/typescript instead of the
59+ # ts_library that depends on @npm//@bazel/typescript instead of the
6060# output of the //internal/tsc_wrapped ts_library rule. This
61- # default is for downstream users that depend on the @bazel/karma npm
62- # package. The generated @npm//: @bazel/typescript/tsc_wrapped target
61+ # default is for downstream users that depend on the @bazel/typescript npm
62+ # package. The generated @npm//@bazel/typescript/bin: tsc_wrapped target
6363# does not work because it does not have the node `--expose-gc` flag
6464# set which is required to support the call to `global.gc()`.
6565nodejs_binary (
6666 name = "@bazel/typescript/tsc_wrapped" ,
67- data = ["@npm//: @bazel/typescript" ],
67+ data = ["@npm//@bazel/typescript" ],
6868 entry_point = "@bazel/typescript/tsc_wrapped/tsc_wrapped.js" ,
6969 install_source_map_support = False ,
7070 templated_args = ["--node_options=--expose-gc" ],
0 commit comments