Support for async parsers
Closed this issue · 1 comments
GianlucaGuarini commented
see riot/riot#1234
GianlucaGuarini commented
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