docs(semantic): document SymbolTable#5978
docs(semantic): document SymbolTable#5978DonIsaac wants to merge 1 commit intodon/09-22-test_semantic_add_comprehensive_regression_test_suitefrom
SymbolTable#5978Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging #5978 will not alter performanceComparing Summary
|
| /// ```ts | ||
| /// // Function overloads will not have a body | ||
| /// function add(a: number, b: number): number; // <-- No body | ||
| /// function add(a: string, b: string): string; // <-- No bod |
|
Could you please move this into its own stack, rather than stacked on top of #5976 so can get it merged ASAP? #5976 may take a while to review. Apart from the typo which @daflyinbed spotted, this looks good to me. Just a note: I would have preferred if this PR had been split in 2 for (1) AST type docs and (2) |
2623aa8 to
1d70aab
Compare
3c6370c to
0fa67b3
Compare
1d70aab to
87f4f94
Compare
0fa67b3 to
7ca3344
Compare
87f4f94 to
f271380
Compare
7ca3344 to
cd85540
Compare
f271380 to
15b6b3b
Compare
cd85540 to
c8f1f61
Compare
|
Re-created in #5998 |
Re-creation of #5978, per @overlookmotel's request

Part of #5870