mmckegg / notevil

Evalulate javascript like the built-in javascript eval() method but safely.
196 stars 24 forks source link

Stream interface? #25

Open stevemao opened 9 years ago

stevemao commented 9 years ago

When user is downloading a large js, this module can compile it on the fly.

fabiosantoscode commented 9 years ago

Parsing is done by esprima. If esprima won't parse streams, there can be no compilation of streams.