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
/* @internal */textSourceNode?: Identifier|PrivateName|StringLiteralLike|NumericLiteral;// Allows a StringLiteral to get its text from another node (used by transforms).
1191
+
/* @internal */textSourceNode?: Identifier|StringLiteralLike|NumericLiteral;// Allows a StringLiteral to get its text from another node (used by transforms).
1192
1192
/** Note: this is only set when synthesizing a node, not during parsing. */
0 commit comments