Show HN: Use prompt": Compile-time code generation

twitter.com

1 points by preyneyv 4 hours ago

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...

codingdave 4 hours ago

If this is satire... Bravo.

If not... Yikes.

  • preyneyv 2 hours ago

    complete satire

    really fun to build though