Sukka

Results 403 comments of Sukka

@poteto Just a friendly ping: please disable `noEmit` in `rollup.config.js` here: https://github.com/facebook/react/blob/main/compiler/packages/babel-plugin-react-compiler/rollup.config.js `babel-plugin-react-compiler` is already written in TypeScript, it doesn't make sense to not generate TypeScript definitions as well.

> We are intentionally not publishing typescript types directly from the compiler because the internal API and options are all experimental. We strongly recommend against using any internal APIs. For...

@josephsavona IMHO the most efficient and straight forward workaround would be like this: ```jsx // React Compiler emitting ``` This works with all existing JSX transformers (Babel, SWC, ESBuild).