File tree 2 files changed +11
-1
lines changed
tools/npm-workspace/@bazel
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ package (default_visibility = ["//visibility:public" ])
2
+
3
+ # Create an alias so that "@npm//@bazel/karma" is a valid Bazel target that refers to the actual
4
+ # files required by the TypeScript webtesting rule. This is required because by default the
5
+ # "ts_web_test_suite" rule expects the JavaScript output to be available in the "npm" workspace.
6
+ # https://github.com/bazelbuild/rules_typescript/blob/master/internal/karma/ts_web_test.bzl#L26
7
+ alias (
8
+ name = "karma" ,
9
+ actual = "@matdeps//@bazel/karma" ,
10
+ )
Original file line number Diff line number Diff line change 1
1
package (default_visibility = ["//visibility:public" ])
2
2
3
- # Create an alias so that "@npm//@angular /typescript" is a valid Bazel target that refers to the
3
+ # Create an alias so that "@npm//@bazel /typescript" is a valid Bazel target that refers to the
4
4
# actual TypeScript rules output from NPM. This is required because by default the TypeScript
5
5
# rules expect the "tsc-wrapped" code to be available in the "npm" workspace.
6
6
# See: https://github.com/bazelbuild/rules_typescript/blob/master/BUILD.bazel#L66
You can’t perform that action at this time.
0 commit comments