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

ES6 standard - using let or const instead of var on exported variables #35

Closed
dhiltonp opened this issue Sep 20, 2018 · 0 comments · Fixed by #36
Closed

ES6 standard - using let or const instead of var on exported variables #35

dhiltonp opened this issue Sep 20, 2018 · 0 comments · Fixed by #36

Comments

@dhiltonp
Copy link
Contributor

Gnome's systemd log has these complaints at startup:

Some code accessed the property 'WallUtils' on the module 'wallpapers'. 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.

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 a pull request may close this issue.

1 participant