You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upstream/master:
Support naming tuple members (microsoft#38234)
LEGO: check in for master to temporary branch.
fix: extract const in jsx (microsoft#37912)
No contextual types from circular mapped type properties (microsoft#38653)
Ensure formatter can always get a newline character (microsoft#38579)
Fix debug command for Node debugging
Remove mentions of runtests-browser in CONTRIBUTING.md
fix(33233): add outlining for comments before property access expression
regression(38485): allow using rawText property in processing a tagged template
cjsExportMerged?: Symbol;// Version of the symbol with all non export= exports merged with the export= target
4162
4174
typeOnlyDeclaration?: TypeOnlyCompatibleAliasDeclaration|false;// First resolved alias declaration that makes the symbol only usable in type constructs
4163
4175
isConstructorDeclaredProperty?: boolean;// Property declared through 'this.x = ...' assignment in constructor
4176
+
tupleLabelDeclaration?: NamedTupleMember|ParameterDeclaration;// Declaration associated with the tuple's label
0 commit comments