plugin-swift
plugin-swift copied to clipboard
[DEPRECATED] Prettier Swift Plugin - WARNING: The AST parser is not stable yet
I have tried to run prettier on on our codebase and was not able to do so successfully. The kind of errors were pretty similar to those mentioned in [here](https://github.com/prettier/plugin-swift/issues/7)....
I've cloned this repo and tried to use prettier swift plugin but but I ran into the error. Here is some info: ``` $ echo $TOOLCHAIN swift-4.1-DEVELOPMENT-SNAPSHOT-2018-03-20-a.xctoolchain ``` ``` $...
I think #7 is a great issue, to get this project rolling we're going to want to get more issues like this. So ideally we should create a doc that...
When a `prettier-ignore` comment is encountered, the node that it is attached to is copied. However it is expected that the range of that node includes the `prettier-ignore` comment. This...