Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w8r/inline-functions

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.
https://github.com/w8r/inline-functions

code-tools esbuild-plugin inline-javascript inline-typescript optimization performance rollup-plugin vite vite-plugin

Last synced: about 13 hours ago
JSON representation

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.

Awesome Lists containing this project