babel / kneden

Transpile ES2017 async/await to vanilla ES6 Promise chains: a Babel plugin
ISC License
514 stars 41 forks source link

Make sure variable names don't collide #3

Closed marten-de-vries closed 8 years ago

marten-de-vries commented 8 years ago

pResp, pIdx, pCondX, etc.

marten-de-vries commented 8 years ago

Fixed by switching to Babel which is now being worked on in the 'rewrite' branch.