ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Safely traverse codebases with circular AST #37

Closed asakusuma closed 9 years ago

asakusuma commented 9 years ago

Apparently an AST object can be circular, in which case we need some check for loops.

ef4 commented 9 years ago

Thanks.