Skip to content
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) adjust according to Prettier 2.3.0 updates #223

Merged
merged 2 commits into from
May 10, 2021

Conversation

dummdidumm
Copy link
Member

Prettier 2.3.0 changed the representation of concats from { type: 'concat', parts: [..] } to [..] (flat array). Update the parts which introspect the docs accordingly in a backwards-compatible way.

Simon Holthausen added 2 commits May 10, 2021 11:52
Prettier 2.3.0 changed the representation of concats from `{ type: 'concat', parts: [..] }` to `[..]` (flat array). Update the parts which introspect the docs accordingly in a backwards-compatible way.
@dummdidumm dummdidumm merged commit 69fc702 into sveltejs:master May 10, 2021
@dummdidumm dummdidumm deleted the prettier-update branch May 10, 2021 09:55
@fisker fisker mentioned this pull request Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant