vite-plugin-typescript-transform
Build transformer
Applies TypeScript compiler during Vite's build phase to support limited features not yet supported by esbuild.
Applies the TypeScript compiler during vite's transform build phase.
16 stars
3 watching
2 forks
Language: TypeScript
last commit: 6 months ago
Linked from 1 awesome list
decoratorsecmascripttransformtypescriptvitevite-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
owlsdepartment/vite-plugin-babel | Enables Babel transformation of JavaScript code during Vite build and serve phases | 53 |
hemengke1997/vite-plugin-public-typescript | A Vite plugin that injects TypeScript into HTML templates to enable type-safe HTML rendering. | 12 |
keuby/vite-plugin-lib-types | Generates TypeScript declarations during library builds for compatibility with other languages and frameworks. | 6 |
yzydeveloper/vite-plugin-babel-compiler | A plugin for Vite that uses Babel to compile TypeScript code and work around some experimental features not supported by Esbuild. | 24 |
qmhc/vite-plugin-dts | Generates .d.ts files for TypeScript projects using the Vite plugin architecture | 1,308 |
kolirt/vite-plugin-robots | Generates robots.txt files based on build mode | 9 |
laravel/vite-plugin | Configures Vite for use with a Laravel backend server | 806 |
vituum/vite-plugin-handlebars | Transforms Handlebars templates into HTML for Vite builds | 6 |
vituum/vite-plugin-posthtml | Transforms PostHTML syntax into HTML for use in Vite projects | 9 |
hmsk/vite-plugin-elm | Enables compilation and execution of Elm code within Vite projects. | 201 |
pd4d10/vite-plugin-svgr | Transforms SVG files into reusable React components | 565 |
iwantantra/vite-phaser-ts | A Vite + Phaser + Typescript starter template for building games | 19 |
vituum/vite-plugin-twig | A Vite plugin for transforming Twig templates into HTML output | 18 |
vitejs/vite-plugin-vue2 | A plugin that enables Vue 2.7 support in the Vite development server | 551 |
vitejs/vite-plugin-vue | Enhances Vite by integrating Vue.js functionality | 499 |