Skip to content

Commit 4359288

Browse files
ota-meshimysticatea
authored andcommitted
Fix: parsing error in testcases with acorn@6.0.7. (#803)
1 parent f46c75b commit 4359288

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/fixtures/script-indent/export-named-declaration-02.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!--{}-->
22
<script>
3+
var a, b, c, d
34
export
45
{
56
a

tests/fixtures/script-indent/export-specifier-01.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!--{}-->
22
<script>
3+
var foo, bar
34
export
45
{
56
foo

0 commit comments

Comments
 (0)