prettier / plugin-swift

[DEPRECATED] Prettier Swift Plugin - WARNING: The AST parser is not stable yet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhandled types

keith opened this issue · comments

When running this on our project I discovered some types that aren't currently handled.

  • Backtick
  • ContinueStmt
  • DeferStmt
  • CompositionType
  • IsTypePattern

@keith Awesome, thanks! I'll try to create some tests and a rough implementation for those.

Awesome thanks! I love the potential of this tool so I'm happy to test any changes on our project!

@keith These 5 should be supported now. Please consider updating your dependencies as I pointed the prettier dependency to a branch with a hotfix until prettier/prettier#3664 is merged.

Also, if you see any warnings (except the one regarding "re-writing file") please let me know.

Awesome thanks I'll try it!