Skip to content

Commit

Permalink
feat(typescript): deprecate ts_project#extends
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eagle committed Aug 24, 2020
1 parent 9384420 commit 5e56f21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/typescript/internal/ts_project.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@ def ts_project_macro(
extends: List of labels of tsconfig file(s) referenced in `extends` section of tsconfig.
DEPRECATED, to be removed in 3.0.
Instead, please use a `ts_config` rule to express tsconfig dependencies
and set that target as the value of the `tsconfig` attribute
Follow this deprecation: https://github.com/bazelbuild/rules_nodejs/issues/2140
Any tsconfig files "chained" by extends clauses must either be transitive deps of the TsConfigInfo
provided to the `tsconfig` attribute, or must be explicitly listed here.
Expand Down

0 comments on commit 5e56f21

Please sign in to comment.