X Tutup
Skip to content

New functions - unions and generic type parameters#305

Merged
Perryvw merged 32 commits intoTypeScriptToLua:new-functionsfrom
tomblind:new-functions
Dec 15, 2018
Merged

New functions - unions and generic type parameters#305
Perryvw merged 32 commits intoTypeScriptToLua:new-functionsfrom
tomblind:new-functions

Conversation

@tomblind
Copy link
Collaborator

Barring requests or unexpected issues, this is the last PR I'll do for this branch. If things are good - I'll work on a PR that merges changes to master into this, so it can be brought into master, finally.

Here's what's in this one:

  • Fixed assignments to unions and generic type parameters and added tests for them
  • Added test for context access in nested functions
  • Dummy parameter on arrow functions changed to quadruple-underscore ('____') to avoid name conflicts
  • A little bit of cleanup in a couple of spots

@Perryvw Perryvw merged commit e856699 into TypeScriptToLua:new-functions Dec 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup