-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Provide js_namespace argument on static declarations #194
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
Comments
Hm so it looks like |
@alexcrichton No, putting For the second question, yeah, I would love if a module was created. |
Hm can you gist a full example of what isn't working for you? The simple examples I tried locally all seemed to work :( |
I am using version 0.2.8.
Compiler error:
|
Aha, there we go! |
When accessing static attributes of a js api, we are only allowed to use it the following way.
But to create a cleaner api allowing something like
window::document
would requirejs_namespace
argument be allowed on static declarations.The text was updated successfully, but these errors were encountered: