Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 09f0469

Browse files
LucasSloanalexeagle
authored andcommitted
Unpublish ts_auto_deps.
PiperOrigin-RevId: 282807385
1 parent 0f22504 commit 09f0469

27 files changed

+1
-5547
lines changed

BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,5 @@ npm_package(
4545
"//devserver:devserver-windows",
4646
"//internal:generated_BUILD",
4747
"//internal:tsc_wrapped",
48-
"//ts_auto_deps:ts_auto_deps-darwin",
49-
"//ts_auto_deps:ts_auto_deps-linux",
50-
"//ts_auto_deps:ts_auto_deps-windows",
5148
],
5249
)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This repo contains a mirror of some Google-internal bits that support TypeScript
55
It contains these utilities:
66

77
- `ts_devserver`: a Go library and binary that runs a fast local web server which concatenates JavaScript on-the-fly. It requires inputs in a named module format (module ids must be contained in the file, not inferred from the file's path).
8-
- `ts_auto_deps`: a Go library and binary which generates `BUILD.bazel` files from TypeScript sources.
98
- `tsc_wrapped`: a TypeScript program which wraps the TypeScript compiler, hosting it under a Bazel worker.
109
- `tsetse`: a collection of third-party "strictness" checks which we add to the TypeScript compiler.
1110
- `internal/common/*.bzl`: some Starlark utility code for running the `ts_library` rule.

package.bzl

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def rules_typescript_dev_dependencies():
4242
sha256 = "f624fe9ca8d51de192655369ac538c420afb7cde16e1ad052554b582fff09287",
4343
)
4444

45-
# For building ts_devserver and ts_auto_deps binaries
45+
# For building ts_devserver binary
4646
# See https://github.com/bazelbuild/rules_go#setup for the latest version.
4747
_maybe(
4848
http_archive,
@@ -77,15 +77,6 @@ def rules_typescript_dev_dependencies():
7777
sha256 = "3c681998538231a2d24d0c07ed5a7658cb72bfb5fd4bf9911157c0e9ac6a2687",
7878
)
7979

80-
# ts_auto_deps depends on com_github_bazelbuild_buildtools
81-
_maybe(
82-
http_archive,
83-
name = "com_github_bazelbuild_buildtools",
84-
url = "https://github.com/bazelbuild/buildtools/archive/0.19.2.1.zip",
85-
strip_prefix = "buildtools-0.19.2.1",
86-
sha256 = "9176a7df34dbed2cf5171eb56271868824560364e60644348219f852f593ae79",
87-
)
88-
8980
def _maybe(repo_rule, name, **kwargs):
9081
if not native.existing_rule(name):
9182
repo_rule(name = name, **kwargs)

ts_auto_deps/BUILD.bazel

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)