-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix behavior around comments embedded in imports #71
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b0fd09 - Browse repository at this point
Copy the full SHA 4b0fd09View commit details -
Change test-cases so top-of-file comments have a gap (otherwise they …
…attach to the following import!)
Configuration menu - View commit details
-
Copy full SHA for 919b5da - Browse repository at this point
Copy the full SHA 919b5daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a96f12 - Browse repository at this point
Copy the full SHA 0a96f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for c516cf2 - Browse repository at this point
Copy the full SHA c516cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b69eb21 - Browse repository at this point
Copy the full SHA b69eb21View commit details -
Configuration menu - View commit details
-
Copy full SHA for bda233c - Browse repository at this point
Copy the full SHA bda233cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0efd6c3 - Browse repository at this point
Copy the full SHA 0efd6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c3045 - Browse repository at this point
Copy the full SHA 18c3045View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec6f65 - Browse repository at this point
Copy the full SHA cec6f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 743e16a - Browse repository at this point
Copy the full SHA 743e16aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f300ef - Browse repository at this point
Copy the full SHA 2f300efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fcda28 - Browse repository at this point
Copy the full SHA 8fcda28View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6965f8 - Browse repository at this point
Copy the full SHA b6965f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eadf55 - Browse repository at this point
Copy the full SHA 6eadf55View commit details
Commits on May 12, 2023
-
Use
node.loc.end.line
instead ofstart.line
in certain comparison……s (just in case)
Configuration menu - View commit details
-
Copy full SHA for ec11257 - Browse repository at this point
Copy the full SHA ec11257View commit details -
PR Feedback: only-same-line-comments should be treated as trailing
Fixes: - trailing attachments should be used much more rarely / leading comment on code shouldn't treated as trailing comment on an import - various unexpected newline injections - unnecessary test3, is duplicate of test2 - some test cases now behave correctly, but had comments added implying things about gaps being unexpectedly deleted (when they're definitely present)
Configuration menu - View commit details
-
Copy full SHA for fca0377 - Browse repository at this point
Copy the full SHA fca0377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90bb398 - Browse repository at this point
Copy the full SHA 90bb398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d54d8e - Browse repository at this point
Copy the full SHA 2d54d8eView commit details -
Revert "Seeing CI-flaking? Disable the yarn-cache in-case that's it"
This reverts commit 2d54d8e.
Configuration menu - View commit details
-
Copy full SHA for 8b22a8e - Browse repository at this point
Copy the full SHA 8b22a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aae640e - Browse repository at this point
Copy the full SHA aae640eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c68ca80 - Browse repository at this point
Copy the full SHA c68ca80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c8d01 - Browse repository at this point
Copy the full SHA 58c8d01View commit details -
I think this is no longer needed, now that we ignore trailing imports on a following line.
Configuration menu - View commit details
-
Copy full SHA for 375be16 - Browse repository at this point
Copy the full SHA 375be16View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf6839 - Browse repository at this point
Copy the full SHA cbf6839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd1f5e - Browse repository at this point
Copy the full SHA 7bd1f5eView commit details