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 can I distinguish between trivia comments and JSX text content containing comments to prevent JSX comment duplication? I searched the documentation for "jsx" and "comment" but need to understand the emission order and when JSX text content vs trivia should take precedence.
0 commit comments