Matt Hargett
Matt Hargett
with PR #17 merged, this one can now be closed. thanks for pointing out the plugin-php PR, I think that using their code as a reference for other fixups we...
Most of the remaining regressions are explained by this upstream issue in luaparse: https://github.com/fstirlitz/luaparse/issues/79 We could work around this by inserting the inParens field to true where needed to emulate...
Agreed on semicolons. re: upgrading to luaparse 0.3, there are some mis-transformations that lua-prettier currently does in Roact and some other codebases I tested. The new luaparse fixes some of...
I'd still really like to see this, especially to track new rspack versus old webpack backend as time goes on.
https://github.com/seaofvoices/darklua/issues/48 https://gitlab.com/seaofvoices/darklua/-/issues/48
another optimization scenario that affects React hot path: https://gitlab.com/seaofvoices/darklua/-/issues/44
visionOS support also coming? :)
upstream PR merged, so this can be revisited for the next release of react-native-visionos
I'll ask Apple what "rare" gestures we can use to trigger on both devkit and simulator, but also suggest they add triple click into simulator.
I'm a this fixed by the commit merged yesterday?