Stanislav Panferov

Results 34 comments of Stanislav Panferov

@veged does this issue introduce only syntactic sugar? Y-Modules will stay as a module system?

@veged will interop between the new modules and raw es6 modules be possible? E.g.: ``` npm install moment ``` ``` import Button from 'button' import moment from 'moment' export Button.declMod({...

I have just found another one good use case for this feature. I want to to enable JSON Schema validation for API calls. And, of course, I want it only...

`Context.run` allows spawning a future, but I have no access to the `self` and `Context` inside the future (it requires 'static lifetime and &self cannot be borrowed like this). Is...