Skip to content

Commit 5e98bda

Browse files
alexeaglegregmagolan
authored andcommitted
chore: remove tsc_wrapped_deps compatibility (#1100)
This was introduced a year ago in https://github.com/bazelbuild/rules_typescript/pull/276/files to help avoid a breaking change to rxjs. They no longer need it, and very unlikely anyone else ever used it. BREAKING CHANGE: A compatibility layer was removed. See discussion in #1086 Fixes #1086
1 parent e9a2e34 commit 5e98bda

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

packages/typescript/src/internal/ts_repositories.bzl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,6 @@ def ts_setup_workspace():
2929
# 0.16.8: ng_package fix for packaging binary files
3030
check_rules_nodejs_version("0.16.8")
3131

32-
# Included here for backward compatability for downstream repositories
33-
# that use @build_bazel_rules_typescript_tsc_wrapped_deps such as rxjs.
34-
# @build_bazel_rules_typescript_tsc_wrapped_deps is not used locally.
35-
yarn_install(
36-
name = "build_bazel_rules_typescript_tsc_wrapped_deps",
37-
package_json = "@npm_bazel_typescript//internal:tsc_wrapped/package.json",
38-
yarn_lock = "@npm_bazel_typescript//internal:tsc_wrapped/yarn.lock",
39-
# Do not symlink node_modules as when used in downstream repos we should not create
40-
# node_modules folders in the @npm_bazel_typescript external repository. This is
41-
# not supported by managed_directories.
42-
symlink_node_modules = False,
43-
)
44-
4532
yarn_install(
4633
name = "build_bazel_rules_typescript_devserver_deps",
4734
package_json = "@npm_bazel_typescript//internal/devserver:package.json",

0 commit comments

Comments
 (0)