Hi, I just realize that in nodejs, the following works:
walk = require('acorn/walk')
simple = simple.walk
and it looks like that 'simple' function is what bluebird wants -- so
perhaps it's possible to get along with the current node-acorn package?
I hope that helps,
Snark on #debian-js
PS: work is going on on rollup, but it's not ready yet...

