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

Support for async parsers #87

Closed
GianlucaGuarini opened this issue Oct 15, 2016 · 1 comment
Closed

Support for async parsers #87

GianlucaGuarini opened this issue Oct 15, 2016 · 1 comment

Comments

@GianlucaGuarini
Copy link
Member

see riot/riot#1234

@GianlucaGuarini
Copy link
Member Author

Closing this issue because async compilation will break the whole riot ecosystem.
Compiling asynchronously riot components means braking the SSR rendering support as well as the modules imports.

import MyComponent from './my-component.riot' // it must be synchronously here

At moment this feature is not on my TODO list

side note: any modern (css, js) compiler provides a synchronous compilation strategy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant