Skip to content

Commit

Permalink
Chore: upgrade acorn@5.2 (fixes #358) (#360)
Browse files Browse the repository at this point in the history
* Chore: upgrade acorn

* Chore: fix tests for directives

* Fix: library tests
  • Loading branch information
mysticatea authored and aladdin-add committed Oct 31, 2017
1 parent 06c35c9 commit 59c9d06
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
},
"license": "BSD-2-Clause",
"dependencies": {
"acorn": "^5.1.1",
"acorn": "^5.2.1",
"acorn-jsx": "^3.0.0"
},
"devDependencies": {
Expand Down
Expand Up @@ -31,6 +31,7 @@ module.exports = {
0,
13
],
"directive": "use strict",
"expression": {
"type": "Literal",
"loc": {
Expand Down Expand Up @@ -1080,4 +1081,4 @@ module.exports = {
]
}
]
};
};
Expand Up @@ -31,6 +31,7 @@ module.exports = {
0,
13
],
"directive": "use strict",
"expression": {
"type": "Literal",
"loc": {
Expand Down Expand Up @@ -515,4 +516,4 @@ module.exports = {
]
}
]
};
};
Expand Up @@ -31,6 +31,7 @@ module.exports = {
0,
13
],
"directive": "use strict",
"expression": {
"type": "Literal",
"loc": {
Expand Down Expand Up @@ -517,4 +518,4 @@ module.exports = {
]
}
]
};
};
Expand Up @@ -31,6 +31,7 @@ module.exports = {
0,
13
],
"directive": "use strict",
"expression": {
"type": "Literal",
"loc": {
Expand Down Expand Up @@ -1302,4 +1303,4 @@ module.exports = {
]
}
]
};
};
Expand Up @@ -31,6 +31,7 @@ module.exports = {
0,
13
],
"directive": "use strict",
"expression": {
"type": "Literal",
"loc": {
Expand Down Expand Up @@ -163,4 +164,4 @@ module.exports = {
]
}
]
};
};
Expand Up @@ -31,6 +31,7 @@ module.exports = {
0,
19
],
"directive": "\\u{714E}\\u{8336}",
"expression": {
"type": "Literal",
"loc": {
Expand Down Expand Up @@ -91,4 +92,4 @@ module.exports = {
]
}
]
};
};
Expand Up @@ -31,6 +31,7 @@ module.exports = {
0,
27
],
"directive": "\\u{20BB7}\\u{10FFFF}\\u{1}",
"expression": {
"type": "Literal",
"loc": {
Expand Down Expand Up @@ -91,4 +92,4 @@ module.exports = {
]
}
]
};
};
2 changes: 1 addition & 1 deletion tests/fixtures/libraries/angular-1.2.5.js.result.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/fixtures/libraries/benchmark.js.result.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/fixtures/libraries/escodegen.browser.js.result.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/fixtures/libraries/escope.js.result.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/fixtures/libraries/esmangle.browser.js.result.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/fixtures/libraries/esmorph.js.result.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/fixtures/libraries/esrefactor.js.result.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/fixtures/libraries/estraverse.js.result.json

Large diffs are not rendered by default.

0 comments on commit 59c9d06

Please sign in to comment.