Remove outdated note about loose parser not supporting ES6

This commit is contained in:
Marijn Haverbeke 2015-01-06 11:15:34 +01:00
parent 0897901f1f
commit db59bd0296

View File

@ -219,7 +219,7 @@ but never raises an error, and will do its best to parse syntactically
invalid code in as meaningful a way as it can. It'll insert identifier
nodes with name `"✖"` as placeholders in places where it can't make
sense of the input. Depends on `acorn.js`, because it uses the same
tokenizer. The loose parser does not support ECMAScript 6 syntax yet.
tokenizer.
### util/walk.js ###