Skip to content

Commit a90edc2

Browse files
mysticateanzakas
authored andcommitted
Upgrade: acorn 3.2.0 (fixes #279) (#280)
1 parent c747397 commit a90edc2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"license": "BSD-2-Clause",
2323
"dependencies": {
24-
"acorn": "^3.1.0",
24+
"acorn": "^3.2.0",
2525
"acorn-jsx": "^3.0.0"
2626
},
2727
"devDependencies": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
"index": 14,
3+
"lineNumber": 2,
4+
"column": 5,
5+
"message": "'this' can not be used as shorthand property"
6+
};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
var x = {
2+
this
3+
};

0 commit comments

Comments
 (0)