JohnnyMorganz

Results 418 comments of JohnnyMorganz

The file watcher will need to be modified regardless of what we choose, so I think defining the entire name is good. We probably want to move the file watcher...

pilot.d.lua files reference `Enum.Foo`, which is a mutated type definition. We started deferring our "definitions mutations" to post initialisation, meaning the pilot.d.luau files don't have access to the mutations, causing...

Taking a step back - rather than creating a configuration for glob matching, maybe the correct approach is to have some basic analysis so that sort requires does not move...

This is the same issue as #402 The stylua release binaries are built with all feature flags enabled, and the Luau type assertion syntax conflicts with Lua 5.2 label syntax....

The next release of StyLua will give the ability to configure the syntax at runtime in your `.stylua.toml` file. ```toml syntax = "Lua52" ``` Or alternatively specify it on the...

Sorry, I never got round to looking at this PR. This one is interesting, I didn't realise gofmt also preserved it like this, thanks for that link. I'm not a...

Very sorry for the lack of response here. Finally got some time to take a look at stylua again. I'm happy to commit to this. Agreed that maybe mixing always...

Yeah, this is a tooling issue. The newer releases of full-moon allows tool authors to configure what syntax version to use, in order to handle these conflicts between Luau and...

Some of these I did not bother with since I didn't see much value in translating them. Is there anything in particular you think would be useful if it was...

We handle `@deprecated` for autocomplete. Unfortunately it is more challenging to make it show up in diagnostics due to the way the Luau typechecking infrastructure is set up. For the...