0.2.0 • Published 2 years ago

vite-plugin-emit-metadata v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Vite Plugin Emit Metadata

This is a Vite plugin that transpiles some of your .ts files via the TypeScript compiler instead of via ESBuild. This can slow down the process but Vite then support the use of the emitDecoratorMetadata flag of TypeScript.

The main reason for this plugin that I wanted to use dependency injection in my SvelteKit project. For this I need a dependency injection framework like tsyringe that requires to use reflect metadata.