commit | 530c8f1c33aa1c41daa6eba5a5f39355158f31fc | [log] [tgz] |
---|---|---|
author | TypeScript Team <noreply@google.com> | Wed Dec 04 10:47:10 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 04 10:47:35 2019 -0800 |
tree | 8b199329305f700a9b18dcfaf25e646b307bf2ee | |
parent | 469b484fb1f29d921d499356cbb6cd0832d5881c [diff] |
Remove incompatible_depset_is_not_iterable from bazelrc This flag is default-on now, and is being removed in the next version of Bazel. Thus, this inclusion in bazelrc was breaking buildkite against Bazel@HEAD. PiperOrigin-RevId: 283787955
This repo contains a mirror of some Google-internal bits that support TypeScript development under Bazel.
It contains these utilities:
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).tsc_wrapped
: a TypeScript program which wraps the TypeScript compiler, hosting it under a Bazel worker.tsetse
: a collection of third-party “strictness” checks which we add to the TypeScript compiler.internal/common/*.bzl
: some Starlark utility code for running the ts_library
rule.There are no user-facing bits in this repo. These utilities are consumed in https://github.com/bazelbuild/rules_nodejs/tree/master/packages/typescript
Please file issues for ts_library
rule and other Bazel rules in that repo.