File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6
6
licenses (["notice" ]) # MIT
7
7
8
8
load ("@npm_bazel_typescript//:defs.bzl" , "ts_library" )
9
+
9
10
# @external_begin
10
11
load ("@build_bazel_rules_nodejs//:defs.bzl" , "npm_package" )
12
+
11
13
# @external_end
12
14
load ("//tools:ts_json_schema.bzl" , "ts_json_schema" )
13
15
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ package(default_visibility = ["//visibility:public"])
6
6
7
7
load ("@npm_bazel_jasmine//:index.bzl" , "jasmine_node_test" )
8
8
load ("@npm_bazel_typescript//:defs.bzl" , "ts_library" )
9
+
9
10
# @external_begin
10
11
load ("@build_bazel_rules_nodejs//:defs.bzl" , "npm_package" )
11
12
# @external_end
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ package(default_visibility = ["//visibility:public"])
6
6
7
7
load ("@npm_bazel_jasmine//:index.bzl" , "jasmine_node_test" )
8
8
load ("@npm_bazel_typescript//:defs.bzl" , "ts_library" )
9
+
9
10
# @external_begin
10
11
load ("@build_bazel_rules_nodejs//:defs.bzl" , "npm_package" )
11
12
# @external_end
You can’t perform that action at this time.
0 commit comments