JohnnyMorganz

Results 418 comments of JohnnyMorganz

Turns out this problem is more difficult than expected, due to the race condition between a file being renamed and the sourcemap being updated. We need the sourcemap to be...

Sorry for the delay in responding! > I wonder where those tools are conjuring a different extension from. Looks to just be how `node-which` defines the extension on windows platform...

This is fixed in the parser rewrite. I have added a test case for this

I have a feeling this might be fixed by the ongoing parser rewrite, where we try to remove the backtracking in the parser: https://github.com/Kampfkarren/full-moon/pull/274 I think the baseline Lua 5.1...

Can confirm, this is fixed in the parser rewrite and is basically instant

Apologies for the radio silence, I haven't had the chance to do much stylua work for a while. Cutting to the chase, yeah let's go for it :) I'm happy...

Very sorry, I just have not had a chance to work on this project recently. It is still on my (somewhat large) TODO list

I think I'm going to get some movement on #854 this weekend (which I want to merge before next release) so I also hope to review this too. Sorry for...

Note this is specific to the top-level block parsing, and does not occur when parsing inside of nested blocks (e.g., loops)

Reopening as the error recovery part isn't completely solved yet, as we lose data