Skip to content

Commit 381423f

Browse files
Add question about JSX comment handling to documentation
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
1 parent 0cb049f commit 381423f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/copilot-questions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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?
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

Comments
 (0)