From ac197399bb5abcede65973ff3bc356303282602e Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 5 Dec 2014 14:46:56 +1100 Subject: [PATCH] Add @ token --- acorn.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/acorn.js b/acorn.js index 55f24739be..46d430a819 100644 --- a/acorn.js +++ b/acorn.js @@ -430,6 +430,7 @@ var _ltSlash = {type: " this.foo case _yield: if (inGenerator) return parseYield();