m1sta
m1sta
@eventualbuddha I like your idea of using decaffinate and babel because it seems to more naturally fit the idea of extensibility and supporting different target environments.
You should file a pull request.
Just start at one of the right hand pages.
Should this issue be in epeg.js instead of here?
Should the discussion around a potential a 'macro manager' and a bower style `sweet install {macro name}` command be included here or in a separate issue?
Are there any automatic layout plugins?
I'm thinking more of sequential scenarios, but I'd imagine your example might become... ``` await (err1, result1) = foo defer (err2, result2) = foo defer if bar? then (err3, result3)...
Has there been any progress on this issue in the last eight months? I find the provided workaround terribly difficult to read. ie... ``` await foo(a, defer x) ((cb) ->...