https://github.com/stevebeeblebrox/mtsc
A standalone TypeScript transpiler with support for JSX, HTML script tags, preprocessing, and minification
https://github.com/stevebeeblebrox/mtsc
cli html javascript-minifier jsx preprocessor typescript typescript-compiler
Last synced: 2 months ago
JSON representation
A standalone TypeScript transpiler with support for JSX, HTML script tags, preprocessing, and minification
- Host: GitHub
- URL: https://github.com/stevebeeblebrox/mtsc
- Owner: SteveBeeblebrox
- License: mit
- Created: 2021-11-14T00:04:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T08:02:02.000Z (11 months ago)
- Last Synced: 2025-03-29T11:34:39.923Z (3 months ago)
- Topics: cli, html, javascript-minifier, jsx, preprocessor, typescript, typescript-compiler
- Language: Rust
- Homepage:
- Size: 2.01 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MTSC      
A standalone TypeScript transpiler with support for JSX, HTML script tags, preprocessing, and minification. MTSC versions correspond to TypeScript. **Note that MTSC only transpiles TypeScript and does not generate any type errors itself. For best results, use with an editor that provides error messages such as Visual Studio Code.**Run with `--help` for more details.