Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove tsc_wrapped_deps compatibility #1100

Merged
merged 1 commit into from
Sep 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions packages/typescript/src/internal/ts_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ def ts_setup_workspace():
# 0.16.8: ng_package fix for packaging binary files
check_rules_nodejs_version("0.16.8")

# Included here for backward compatability for downstream repositories
# that use @build_bazel_rules_typescript_tsc_wrapped_deps such as rxjs.
# @build_bazel_rules_typescript_tsc_wrapped_deps is not used locally.
yarn_install(
name = "build_bazel_rules_typescript_tsc_wrapped_deps",
package_json = "@npm_bazel_typescript//internal:tsc_wrapped/package.json",
yarn_lock = "@npm_bazel_typescript//internal:tsc_wrapped/yarn.lock",
# Do not symlink node_modules as when used in downstream repos we should not create
# node_modules folders in the @npm_bazel_typescript external repository. This is
# not supported by managed_directories.
symlink_node_modules = False,
)

yarn_install(
name = "build_bazel_rules_typescript_devserver_deps",
package_json = "@npm_bazel_typescript//internal/devserver:package.json",
Expand Down