-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to new full-moon version v1.1.1 (#854)
* 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
- Loading branch information
1 parent
cfc5d33
commit daa6c6e
Showing
23 changed files
with
1,018 additions
and
812 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.