Deemphasize old JSX transform (#61586)

This commit is contained in:
Sebastian "Sebbie" Silbermann
2025-04-17 11:02:55 -07:00
committed by GitHub
parent 6afd0fb73f
commit 0a1aa6d6eb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -133,9 +133,9 @@ const compileOnSaveCommandLineOption: CommandLineOption = {
const jsxOptionMap = new Map(Object.entries({
"preserve": JsxEmit.Preserve,
"react-native": JsxEmit.ReactNative,
"react": JsxEmit.React,
"react-jsx": JsxEmit.ReactJSX,
"react-jsxdev": JsxEmit.ReactJSXDev,
"react": JsxEmit.React,
}));
/** @internal */