-
Notifications
You must be signed in to change notification settings - Fork 783
Port --isolatedDeclarations related node builder logic, with baseline updates #2459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… than expression ones so widening is handled correctly
…cker data is ready, reducing literal expression diffs
…on/better comparitor to fallback to standard serialization less aggressively
e1642a6 to
05140dd
Compare
| f, done := fourslash.NewFourslash(t, nil /*capabilities*/, content) | ||
| defer done() | ||
| f.GoToMarker(t, "1") | ||
| f.VerifySignatureHelp(t, fourslash.VerifySignatureHelpOptions{Text: "foo(name: 'order'): string", OverloadsCount: 4}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could actually "promote" these to manual tests if you wanted; the original tests were dependent on old bad behavior, it seems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
#1693 but with the baseline update change floated on top of it, so the actual implementation remains reviewable on github.