google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.18k stars 580 forks source link

Enable parse tree validator for tests #1932

Open arv opened 9 years ago

arv commented 9 years ago

Our ASTs are incorrect way too often. When fixing other issues invalid trees keeps getting in the way.

We should enable the parse tree validator on the tests.