-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Stack overflow in Strict mode #562
Comments
This one seems less related to strict mode, I should test it locally to see what is going on. |
nojaf
added a commit
to nojaf/fantomas
that referenced
this issue
Dec 7, 2019
@theimowski maybe, just maybe this fix will also be relevant for #591 |
Tried 3.1.0-alpha-038 but still same issue for me |
#595 was not merged yet, new alpha will contain the fix. |
Ah ok, fetched and tested 60feefb now but still same |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue created from fantomas-ui
I suspect I shouldn't be using Strict mode, but anyway: the following code causes a stack overflow in Fantomas when I try it locally.
Code
Error
Options
Fantomas Next - 3.0.1-11/13/2019
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
false
PageWidth
120
ReorderOpenDeclaration
false
SemicolonAtEndOfLine
false
SpaceAfterComma
false
SpaceAfterSemicolon
false
SpaceAroundDelimiter
false
SpaceBeforeArgument
false
SpaceBeforeColon
false
StrictMode
true
The text was updated successfully, but these errors were encountered: