This library allows you to inline functions in your JS/TS code. This is useful for performance reasons, as it allows you to avoid function calls and instead inline the function body directly.
performance optimization rollup-plugin code-tools inline-javascript vite vite-plugin esbuild-plugin inline-typescript
-
Updated
Apr 25, 2025 - TypeScript