diff --git a/.github/copilot-questions.md b/.github/copilot-questions.md index 250d4bf2d776d..6c22ffe73009c 100644 --- a/.github/copilot-questions.md +++ b/.github/copilot-questions.md @@ -1,4 +1,5 @@ -Questions I have that I think the developers of this project can help me with: - * How does control flow analysis represent a circular graph? I checked the documentation server for "cfa" and "control flow" - * How do I tell if a symbol is in the global scope? I checked the documentation server for topics referencing "symbol" and "global" - * What is an `EscapedName`, exactly? +Questions I have that I think the developers of this project can help me with: + * How does control flow analysis represent a circular graph? I checked the documentation server for "cfa" and "control flow" + * How do I tell if a symbol is in the global scope? I checked the documentation server for topics referencing "symbol" and "global" + * What is an `EscapedName`, exactly? + * How can I profile TypeScript compilation performance to identify bottlenecks when making changes? I checked the documentation server for "performance", "profiling", and "benchmark" but didn't find guidance on measuring compilation speed impact