You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update to new full-moon version
* simplify err message
* fix token
* Support Lua version customisation
* compile full moon with release optimisations
* Update to Boxed anonymous function
* Add proper handling for shebang
* Set default lua version to all features, to make it easier to get started
Means its technically not a breaking change
* Handle left associativity of type unions / intersections
* Update callback hanging snapshot
This formatting is actually correct - we don't have type pack unions,
so we should be hanging at the union type after the return
* Support LuaJIT as a separate syntax option
* Rename config option from `lua_version` to `syntax`
* Fix tests and re-enable large example in debug mode
* Use released full moon v1.1.0
* Add command line option to configure syntax and update changelog
* Bump full-moon to 1.1.1
* Fix compilation for luau
* Handle access modifier in type array and tables
* Handle new type info and union set up
Somewhat ugly code, designed to ensure there is snapshot diff.
But, the code can be made nicer in #910
* Cleanup
* Fix verify_ast for luajit
* Fix wasm build on CI
* Update changelog about luajit
#854 will introduce support for leading tokens in unions / interesctions, but we should format them better:
The text was updated successfully, but these errors were encountered: