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
Questions I have that I think the developers of this project can help me with:
2
-
* How does control flow analysis represent a circular graph? I checked the documentation server for "cfa" and "control flow"
3
-
* How do I tell if a symbol is in the global scope? I checked the documentation server for topics referencing "symbol" and "global"
4
-
* What is an `EscapedName`, exactly?
1
+
Questions I have that I think the developers of this project can help me with:
2
+
* How does control flow analysis represent a circular graph? I checked the documentation server for "cfa" and "control flow"
3
+
* How do I tell if a symbol is in the global scope? I checked the documentation server for topics referencing "symbol" and "global"
4
+
* What is an `EscapedName`, exactly?
5
+
* How does TypeScript distinguish between comments inside JSX text vs regular TypeScript comments? I searched for "JSX text comments emitter forEachTrailingCommentRange JSX text ranges" - The issue was that comment iteration doesn't understand JSX context and treats JSX text content as regular comments.
0 commit comments