Skip to content

Fixing remaining tests#350

Merged
lolleko merged 2 commits intotransformer-exportsfrom
transformer-exports-finaltests
Jan 21, 2019
Merged

Fixing remaining tests#350
lolleko merged 2 commits intotransformer-exportsfrom
transformer-exports-finaltests

Conversation

@tomblind
Copy link
Copy Markdown
Collaborator

  • Fixed exporting enum members
  • Fixed exporting namespace members in a non-module
  • (Re)Fixed recursive functions
  • Updated transformation tests with aesthetic changes

- Fixed exporting enum members
- Fixed exporting namespace members in a non-module
- (Re)Fixed recursive functions
- Updated transformation tests with aesthetic changes
return exports
local exports = exports or {};
exports.TestClass = TestClass or {};
TestClass.__index = TestClass;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not entirely correct. Wheres is TestClass defined?

return exports
local exports = exports or {};
exports.TestClass = TestClass or {};
TestClass.__index = TestClass;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestClass is undefined

@lolleko lolleko merged commit 44c03be into transformer-exports Jan 21, 2019
@tomblind tomblind deleted the transformer-exports-finaltests branch January 21, 2019 20:08
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.

3 participants