build: update to rules_typescript 0.25.1 (#28896)
* build_bazel_rules_typescript renamed to npm_bazel_typescript * build_bazel_rules_karma renamed to npm_bazel_karma * browser_repositories.bzl removed and now using @npm_bazel_karma//:browser_repositories.bzl * includes some fixes for future ts_library devmode es2015 support but some failure still remain when devmode is es2015 so this PR keeps it as es5 using the bazelOptions.devmodeTargetOverride tsconfig setting PR Close #28896
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
# Alias here so that @npm//@bazel/typescript is a valid Bazel target
|
||||
# which is reference in build_bazel_rules_typescript/BUILD.bazel
|
||||
# which is reference in npm_bazel_typescript/BUILD.bazel
|
||||
alias(
|
||||
name = "typescript",
|
||||
actual = "@ngdeps//@bazel/typescript",
|
||||
|
7
tools/npm_workspace/@bazel/typescript/bin/BUILD.bazel
Normal file
7
tools/npm_workspace/@bazel/typescript/bin/BUILD.bazel
Normal file
@ -0,0 +1,7 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
# Alias here so that references actual in @ngdeps
|
||||
alias(
|
||||
name = "tsc_wrapped",
|
||||
actual = "@ngdeps//@bazel/typescript/bin:tsc_wrapped",
|
||||
)
|
Reference in New Issue
Block a user