tscc
tscc copied to clipboard
A collection of tools to seamlessly bundle, minify Typescript with Closure Compiler
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.4. Release notes Sourced from prettier's releases. 2.8.4 🔗 Changelog 2.8.3 Support Angular 15.1 🔗 Changelog 2.8.2 🔗 Changelog 2.8.1 🔗 Changelog 2.8.0 diff 🔗...
Bumps [google-closure-compiler-osx](https://github.com/google/closure-compiler-npm) from 20221004.0.0 to 20230206.0.0. Release notes Sourced from google-closure-compiler-osx's releases. 20230206.0.0 Closure-compiler 20230206 release What's Changed Utilize the package version for the compiler build by @ChadKillingsworth in google/closure-compiler-npm#278...
Bumps [@types/vinyl-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vinyl-fs) from 2.4.12 to 3.0.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.4.0 to 2.5.0. Release notes Sourced from tslib's releases. tslib 2.5.0 What's New Fix asyncDelegator reporting done too early by @apendua in microsoft/tslib#187 Add support for TypeScript...
Dependencies (happens on both 0.8 and 0.9; 0.7 is fine) ```json "dependencies": { "@tscc/tscc": "^0.8.0", "google-closure-compiler-java": "20230103.0.0", "typescript": "^4.9.4", "uglify-js": "^3.17.4" } ``` Invocation: ```bash cd "$input" && exec tscc...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.3 to 29.0.5. Release notes Sourced from ts-jest's releases. v29.0.5 Please refer to CHANGELOG.md for details. v29.0.4 Please refer to CHANGELOG.md for details. Changelog Sourced from ts-jest's...
Running tscc fails on MacOS Ventura (13.0) with the following error: ``` TSCC: tsickle uses a custom tslib optimized for closure compiler. importHelpers flag is set. ⡂⢘ Closure Compiler 00:02Error:...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.1.0. Changelog Sourced from fs-extra's changelog. 11.1.0 / 2022-11-29 Re-add main field to package.json for better TypeScript compatibility (#979, #981) 11.0.0 / 2022-11-28 Breaking Changes...
Hi, please excuse my ignorance, I am trying to get `tscc` working by following the Getting Started guide in README.md, but I am running into an issue with the second...
Bumps [stream-json](https://github.com/uhop/stream-json) from 1.7.4 to 1.7.5. Commits ac8c975 New version: 1.7.5. 7490dc5 Merge branch 'cumulio-bug/escape-all-control-characters' 583baa8 Replace two sanitizing passes with one pass. 96e997f Escape all control characters when stringifying...