Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-25944] Fix node 4 compatability #129

Merged
merged 2 commits into from Jun 8, 2018

Conversation

ewanharris
Copy link
Contributor

@ewanharris ewanharris commented Apr 6, 2018

https://jira.appcelerator.org/browse/TIMOB-25944

We cannot use strict mode in this file as the exports (package) matches a reserved keyword, so we can't use any newer syntax

This should fix node 4 compatibility in the SDK that is causing failures on the Windows build machines.

We cannot use strict mode in this file as the exports (package) matches a reserved keyword, so we can't use any newer syntax
@ewanharris ewanharris changed the title Fix node 4 compatability [TIMOB-25944] Fix node 4 compatability Apr 6, 2018
@sgtcoolguy sgtcoolguy self-requested a review June 8, 2018 14:04
@sgtcoolguy sgtcoolguy merged commit 996f003 into tidev:master Jun 8, 2018
@ewanharris ewanharris deleted the fix_node4_compat branch September 17, 2018 11:24
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.

None yet

2 participants