From 51e0b81eea5a1c7b194a9507997795cdb377fd6e Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 21 Oct 2014 10:24:57 +0200 Subject: [PATCH] Note lack of es6 support in parse_dammit in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 269c0bf5da..44d75747ea 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,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. +tokenizer. The loose parser does not support ECMAScript 6 syntax yet. ### util/walk.js ###