mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Merge pull request #73 from Kingwl/jsx_emit_fix
Add new jsx emit option
This commit is contained in:
commit
5a17ea5a5d
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ export enum JsxEmit {
|
|||
None = 0,
|
||||
Preserve = 1,
|
||||
React = 2,
|
||||
ReactNative = 3
|
||||
ReactNative = 3,
|
||||
ReactJSX = 4,
|
||||
ReactJSXDev = 5
|
||||
}
|
||||
|
||||
export enum NewLineKind {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue