Skip to content

Commit

Permalink
Clarify support in tsickle's README.md.
Browse files Browse the repository at this point in the history
Be a bit more clear about the current state of support. TL;DR Google uses this, but there is little experience and even less support for using it outside of Google.

PiperOrigin-RevId: 487294918
  • Loading branch information
mprobst authored and copybara-github committed Nov 9, 2022
1 parent 3bd9b86 commit 3bf8d97
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ A (non-exhaustive) list of the sorts of transformations Tsickle applies:
In general the goal is that you write valid TypeScript and Tsickle handles
making it valid Closure Compiler code.

## Warning: work in progress
## Warning: unsupported

We already use tsickle within Google to minify our apps (including those using
Angular), but we have less experience using tsickle with the various JavaScript
builds that are seen outside of Google.

We would like to make tsickle usable for everyone but right now if you'd like
to try it you should expect to spend some time debugging and reporting bugs.
Google uses tsickle internally to minify its apps (including those using
Angular) using Closure Compiler. We have little experience using tsickle in the
other JavaScript ecosystems that are seen outside of Google, and there is
generally no support for using it from our side.

## Usage

Expand Down

0 comments on commit 3bf8d97

Please sign in to comment.