Skip to content

Add support for JSX fragment syntax #19249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 31, 2017
Prev Previous commit
Merge branch 'master' into jsxFragment
  • Loading branch information
uniqueiniquity committed Oct 31, 2017
commit 3ebb2e8a34393cd15838e595ad8054126a8ff425
22 changes: 11 additions & 11 deletions tests/baselines/reference/api/tsserverlibrary.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,16 +339,16 @@ declare namespace ts {
JSDocFunctionType = 276,
JSDocVariadicType = 277,
JSDocComment = 278,
JSDocTag = 279,
JSDocAugmentsTag = 280,
JSDocClassTag = 281,
JSDocParameterTag = 282,
JSDocReturnTag = 283,
JSDocTypeTag = 284,
JSDocTemplateTag = 285,
JSDocTypedefTag = 286,
JSDocPropertyTag = 287,
JSDocTypeLiteral = 288,
JSDocTypeLiteral = 279,
JSDocTag = 280,
JSDocAugmentsTag = 281,
JSDocClassTag = 282,
JSDocParameterTag = 283,
JSDocReturnTag = 284,
JSDocTypeTag = 285,
JSDocTemplateTag = 286,
JSDocTypedefTag = 287,
JSDocPropertyTag = 288,
SyntaxList = 289,
NotEmittedStatement = 290,
PartiallyEmittedExpression = 291,
Expand Down Expand Up @@ -383,7 +383,7 @@ declare namespace ts {
FirstNode = 143,
FirstJSDocNode = 270,
LastJSDocNode = 288,
FirstJSDocTagNode = 279,
FirstJSDocTagNode = 280,
LastJSDocTagNode = 288,
}
enum NodeFlags {
Expand Down
22 changes: 11 additions & 11 deletions tests/baselines/reference/api/typescript.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,16 +339,16 @@ declare namespace ts {
JSDocFunctionType = 276,
JSDocVariadicType = 277,
JSDocComment = 278,
JSDocTag = 279,
JSDocAugmentsTag = 280,
JSDocClassTag = 281,
JSDocParameterTag = 282,
JSDocReturnTag = 283,
JSDocTypeTag = 284,
JSDocTemplateTag = 285,
JSDocTypedefTag = 286,
JSDocPropertyTag = 287,
JSDocTypeLiteral = 288,
JSDocTypeLiteral = 279,
JSDocTag = 280,
JSDocAugmentsTag = 281,
JSDocClassTag = 282,
JSDocParameterTag = 283,
JSDocReturnTag = 284,
JSDocTypeTag = 285,
JSDocTemplateTag = 286,
JSDocTypedefTag = 287,
JSDocPropertyTag = 288,
SyntaxList = 289,
NotEmittedStatement = 290,
PartiallyEmittedExpression = 291,
Expand Down Expand Up @@ -383,7 +383,7 @@ declare namespace ts {
FirstNode = 143,
FirstJSDocNode = 270,
LastJSDocNode = 288,
FirstJSDocTagNode = 279,
FirstJSDocTagNode = 280,
LastJSDocTagNode = 288,
}
enum NodeFlags {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.