File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1837,7 +1837,7 @@ namespace ts {
1837
1837
write ( "<" ) ;
1838
1838
emitJsxTagName ( node . tagName ) ;
1839
1839
writeIfAny ( node . attributes . properties , " " ) ;
1840
- // We are checking here so we won't re-enter the emiting pipeline and emit extra sourcemap
1840
+ // We are checking here so we won't re-enter the emitting pipeline and emit extra sourcemap
1841
1841
if ( node . attributes . properties && node . attributes . properties . length > 0 ) {
1842
1842
emit ( node . attributes ) ;
1843
1843
}
Original file line number Diff line number Diff line change 2702
2702
/* @internal */ isReferenced ?: boolean ; // True if the symbol is referenced elsewhere
2703
2703
/* @internal */ isReplaceableByMethod ?: boolean ; // Can this Javascript class property be replaced by a method symbol?
2704
2704
/* @internal */ isAssigned ?: boolean ; // True if the symbol is a parameter with assignments
2705
- /* @internal */ syntheticKind ?: SyntheticSymbolKind ; // Synthetic symbols are either spread or union/intersection
2706
2705
}
2707
2706
2708
2707
/* @internal */
You can’t perform that action at this time.
0 commit comments