-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Fix 53482 : Preserve newline/space behavior #53732
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
Conversation
@microsoft-github-policy-service agree |
@andrewbranch Hi! Could you please help review my pull request? I might also need some help in determining whether my changes provide the current behavior and modifying the old test cases to fit such behaviors. Thanks! |
@andrewbranch Thanks for your advice! I have changed my code accordingly and added the test case in fourslash. Let me know if I got the idea correct this time. |
@iinicole this looks great! Let’s just run the perf and language server tests: @typescript-bot perf test this |
Heya @andrewbranch, I've started to run the perf test suite on this PR at 4d6ad11. You can monitor the build here. Update: The results are in! |
Heya @andrewbranch, I've started to run the diff-based top-repos suite (tsserver) on this PR at 4d6ad11. You can monitor the build here. Update: The results are in! |
@andrewbranch Here they are:
CompilerComparison Report - main..53732
System
Hosts
Scenarios
TSServerComparison Report - main..53732
System
Hosts
Scenarios
StartupComparison Report - main..53732
System
Hosts
Scenarios
Developer Information: |
@andrewbranch Here are the results of running the top-repos suite comparing Everything looks good! |
Co-authored-by: Andrew Branch <[email protected]>
Thanks @iinicole! |
Fixes #53482