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

Fix ECMAScript 6 type warning #43

Merged
merged 1 commit into from
Jan 28, 2018
Merged

Conversation

elvetemedve
Copy link
Owner

This commit fixes warnign messages like:
"Some code accessed the property 'Processes' on the module 'util'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway."

This commit fixes warnign messages like:
"Some code accessed the property 'Processes' on the module 'util'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway."
@elvetemedve elvetemedve merged commit 12c06a5 into master Jan 28, 2018
@elvetemedve
Copy link
Owner Author

Fixes issue #37.

@elvetemedve elvetemedve deleted the feature/fix-es6-warnings branch March 1, 2018 22:05
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.

1 participant