Top
Best
New

Posted by preyneyv 10/28/2024

Show HN: Use prompt": Compile-time code generation(twitter.com)
Inspired by Next.js' announcement of the "use cache" directive, I spent a weekend building the next big thing: "use prompt".

Compile-time code generation using directives. Transformers combined with transforms. A workflow like never before.

(/s) ---

It works by using a custom plugin to transform the AST and substitute function bodies with generated code. More info on the GitHub readme.

GitHub: https://github.com/preyneyv/swc-plugin-use-prompt Demo: https://codesandbox.io/p/devbox/swc-plugin-use-prompt-m73dsf...

1 points | 2 comments
codingdave 10/28/2024
If this is satire... Bravo.

If not... Yikes.

preyneyv 10/28/2024|
complete satire

really fun to build though