mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Deemphasize old JSX transform (#61586)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user