estools / esvalid

confirm that a SpiderMonkey format AST represents an ECMAScript program
26 stars 7 forks source link

remove infinite Literal node restriction #46

Closed michaelficarra closed 9 years ago

michaelficarra commented 9 years ago

https://github.com/estools/esvalid/blob/a57c8c48a335d10eb7e1554c15c887c04103174e/index.js#L445-L446

This is not actually a restriction of SpiderMonkey Literal nodes.