Skip to content

Commit 3bf8d97

Browse files
mprobstcopybara-github
authored andcommitted
Clarify support in tsickle's README.md.
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
1 parent 3bd9b86 commit 3bf8d97

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ A (non-exhaustive) list of the sorts of transformations Tsickle applies:
2222
In general the goal is that you write valid TypeScript and Tsickle handles
2323
making it valid Closure Compiler code.
2424

25-
## Warning: work in progress
25+
## Warning: unsupported
2626

27-
We already use tsickle within Google to minify our apps (including those using
28-
Angular), but we have less experience using tsickle with the various JavaScript
29-
builds that are seen outside of Google.
30-
31-
We would like to make tsickle usable for everyone but right now if you'd like
32-
to try it you should expect to spend some time debugging and reporting bugs.
27+
Google uses tsickle internally to minify its apps (including those using
28+
Angular) using Closure Compiler. We have little experience using tsickle in the
29+
other JavaScript ecosystems that are seen outside of Google, and there is
30+
generally no support for using it from our side.
3331

3432
## Usage
3533

0 commit comments

Comments
 (0)