trivago / prettier-plugin-twig-melody

Code formatting plugin for Prettier which can handle Twig/Melody templates
Apache License 2.0
155 stars 35 forks source link

fix: :rotating_light: prettier.doc.builders.concat now it`s removed in Prettier v2.3.0, use arrays instead of concat #111

Closed olexanderoff closed 7 months ago

olexanderoff commented 11 months ago

To simplify the code of AST printers, the data structure for the concatenation command has been changed from { type: 'concat', parts: Doc[] } to Doc[]. See prettier/prettier#13142 and prettier/prettier#13203

fixed issue #110 with error - InvalidDocsError: Unexpected doc.type 'concat'

olexanderoff commented 11 months ago

https://prettier.io/blog/2021/05/09/2.3.0#use-arrays-instead-of-concat-9733httpsgithubcomprettierprettierpull9733-by-fiskerhttpsgithubcomfisker-thorn0httpsgithubcomthorn0