Skip to content

Commit

Permalink
Merge pull request #271 from mysticatea/upgdate/acorn-3.1.0
Browse files Browse the repository at this point in the history
Upgdate acorn 3 1 0
  • Loading branch information
nzakas committed Apr 19, 2016
2 parents eb17d2f + d754b32 commit 860d1fb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"license": "BSD-2-Clause",
"dependencies": {
"acorn": "^3.0.4",
"acorn": "^3.1.0",
"acorn-jsx": "^3.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
"index": 1,
"index": 4,
"lineNumber": 1,
"column": 2,
"message": "Assigning to rvalue"
"column": 5,
"message": "Comma is not permitted after the rest element"
};
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
"index": 5,
"index": 4,
"lineNumber": 1,
"column": 6,
"message": "Trailing comma is not permitted in destructuring patterns"
"column": 5,
"message": "Comma is not permitted after the rest element"
};
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
"index": 1,
"index": 4,
"lineNumber": 1,
"column": 2,
"message": "Assigning to rvalue"
"column": 5,
"message": "Comma is not permitted after the rest element"
};
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = {
"index": 18,
"lineNumber": 1,
"column": 19,
"message": "Unexpected token ,"
"message": "Comma is not permitted after the rest element"
};

0 comments on commit 860d1fb

Please sign in to comment.