rename preserveWithJsExtension to react-native

This commit is contained in:
David Sheldrick
2017-01-23 21:42:39 +01:00
parent 7879b22ea9
commit 8d590d5191
11 changed files with 24 additions and 24 deletions

View File

@@ -67,11 +67,11 @@ namespace ts {
name: "jsx",
type: createMapFromTemplate({
"preserve": JsxEmit.Preserve,
"preservewithjsextension": JsxEmit.PreserveWithJsExtension,
"react-native": JsxEmit.ReactNative,
"react": JsxEmit.React
}),
paramType: Diagnostics.KIND,
description: Diagnostics.Specify_JSX_code_generation_Colon_preserve_preserveWithJsExtension_or_react,
description: Diagnostics.Specify_JSX_code_generation_Colon_preserve_react_native_or_react,
},
{
name: "reactNamespace",