denoland / deno_emit

Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy
https://jsr.io/@deno/emit
MIT License
217 stars 23 forks source link

Add support for "react-jsx" and jsxImportSource #139

Closed benStre closed 7 months ago

benStre commented 12 months ago

(See #10)

This exposes the jsxImportSource compiler option and allows the jsx option to be "preserve" | "react-jsx" | "react-jsxdev" | "react-native" | "react"

CLAassistant commented 12 months ago

CLA assistant check
All committers have signed the CLA.

dsherret commented 7 months ago

Thanks! Landed this in #161 with attribution.