[Pkg-javascript-commits] [node-acorn-jsx] 379/484: Remove outdated note about loose parser not supporting ES6

Bastien Roucariès rouca at moszumanska.debian.org
Sat Aug 19 14:20:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-acorn-jsx.

commit db59bd0296c16796a07e82d2dc284861f464603e
Author: Marijn Haverbeke <marijnh at gmail.com>
Date:   Tue Jan 6 11:15:34 2015 +0100

    Remove outdated note about loose parser not supporting ES6
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6cac0f0..5f790a8 100644
--- a/README.md
+++ b/README.md
@@ -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 ###
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git



More information about the Pkg-javascript-commits mailing list