

It has finally made it ergonomic to write codes that can naturally be consumed by closure compiler - it transforms. Documentations are scarce, and integration with external tools is not well-established. The closure compiler is the best javascript minifier and bundler, but it is known to be very difficult to use. Think of it as an analogue of "external" option of webpack or "globals" option of rollup for closure compiler.Ĭlosure is a wonderful system of tools.
TSC MINIFY CODE

Automatically configures settings for tsickle and closure compiler, and wires up tsickle js outputs and sourcemaps to closure compiler, sorted in accordence with dependency information, as required by closure compiler.To get a sense of what it is like, check out todomvc apps forked from the original tastejs/todomvc and modified to use TSCC. It is easy to migrate an existing Typescript project to TSCC. TSCC is a collection of tools to seamlessly bundle and minify Typescript project using Closure Compiler.
