Releases: AviVahl/ts-tools
Releases · AviVahl/ts-tools
@ts-tools/[email protected]
- Changed package name from robotrix to @ts-tools/robotrix.
@ts-tools/[email protected]
- Changed package name from typescript-support to @ts-tools/node.
[email protected]
- Implemented a naive CommonJS to ESM transformer.
[email protected]
- Upgrade to
[email protected]
[email protected]
- Implemented Dead Ifs Transformer, which detects and removes dead branches in if statements.
[email protected]
- Implemented React Dev Transformer. Adds meta-data attributes to all JSX elements that are being used by React for better error messages (showing the file and location of each element leading to an error).
[email protected]
- Use
[email protected]
, with TypeScript 3.0.1 compatibility fix. - Upgrade to latest
[email protected]
.
[email protected]
- First public release.
NodeEnvTrasformer
is included. See README.
[email protected]
- Improve compatibility with TypeScript 3.0.1.
[email protected]
- Upgraded to
[email protected]
, which includes an exception fix.