Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upInvalid autoformatting when function name contains word "function" #109
Comments
This comment has been minimized.
This comment has been minimized.
|
Yep, this is a know issue with |
feross
closed this
Apr 9, 2015
This comment has been minimized.
This comment has been minimized.
|
ok, great! btw. Awesome job with this library! |
This comment has been minimized.
This comment has been minimized.
|
Thanks! :-) |
lock
bot
locked as resolved and limited conversation to collaborators
May 11, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
leomelin commentedApr 9, 2015
I ran a cross this problem when I tried to autoformat a file that runs a function called "viewFunctions()"
The formatter formats it as:
... aand that breaks the code. The problem propably bubbles from https://github.com/maxogden/standard-format -library, and from there it propably bubbles from https://github.com/millermedeiros/esformatter ?