Conversation
…resolve bug (TypeScriptToLua#1530) * fix promise * remove unneeded adopt
* Add support for Object.groupBy * Implement Map.groupBy
…es (TypeScriptToLua#1547) * Don't crash if coroutine not supported * Add test for environment without coroutine * Fix prettier
Also includes a small fix that makes `Math.sign` ECMA compliant Closes TypeScriptToLua#1550
* Fix multiple getters and setters * Fix lint
* Upgrade to TypeScript 5.6 * Fix ts version * ignore prettier for test file
…ypeScriptToLua#1573) * Fix use of exported compileMembersOnly enums causing syntax errors * fix test * fix prettier
…ameters (TypeScriptToLua#1589) * Resolve bug inferring context type from generic functions in type parameters * remove previous fix * Fix false positive due to incorrect inference of generic function contraint
* chore: update eslint to latest * update
…rs (TypeScriptToLua#1592) * Fixes handling of statements before super call in subclass constructors * Adds test for previous addition
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey Jack, I was having issues using classes in the cc-tstl-template repo and upgrading TSTL solved the problem.
Love your work on computercraft, using typescript to code turtles is just amazing!