File tree Expand file tree Collapse file tree 5 files changed +1180
-320
lines changed Expand file tree Collapse file tree 5 files changed +1180
-320
lines changed Original file line number Diff line number Diff line change @@ -1594,10 +1594,12 @@ Array [
1594
1594
" loc" : Object {
1595
1595
" end" : Object {
1596
1596
" column" : 2 ,
1597
+ " index" : 150 ,
1597
1598
" line" : 13 ,
1598
1599
},
1599
1600
" start" : Object {
1600
1601
" column" : 0 ,
1602
+ " index" : 102 ,
1601
1603
" line" : 11 ,
1602
1604
},
1603
1605
},
@@ -1622,10 +1624,12 @@ Array [
1622
1624
" loc" : Object {
1623
1625
" end" : Object {
1624
1626
" column" : 3 ,
1627
+ " index" : 101 ,
1625
1628
" line" : 10 ,
1626
1629
},
1627
1630
" start" : Object {
1628
1631
" column" : 0 ,
1632
+ " index" : 72 ,
1629
1633
" line" : 8 ,
1630
1634
},
1631
1635
},
@@ -1660,10 +1664,12 @@ Array [
1660
1664
" loc" : Object {
1661
1665
" end" : Object {
1662
1666
" column" : 2 ,
1667
+ " index" : 232 ,
1663
1668
" line" : 20 ,
1664
1669
},
1665
1670
" start" : Object {
1666
1671
" column" : 0 ,
1672
+ " index" : 183 ,
1667
1673
" line" : 18 ,
1668
1674
},
1669
1675
},
@@ -1688,10 +1694,12 @@ Array [
1688
1694
" loc" : Object {
1689
1695
" end" : Object {
1690
1696
" column" : 3 ,
1697
+ " index" : 182 ,
1691
1698
" line" : 17 ,
1692
1699
},
1693
1700
" start" : Object {
1694
1701
" column" : 0 ,
1702
+ " index" : 152 ,
1695
1703
" line" : 15 ,
1696
1704
},
1697
1705
},
@@ -1726,10 +1734,12 @@ Array [
1726
1734
" loc" : Object {
1727
1735
" end" : Object {
1728
1736
" column" : 2 ,
1737
+ " index" : 70 ,
1729
1738
" line" : 6 ,
1730
1739
},
1731
1740
" start" : Object {
1732
1741
" column" : 0 ,
1742
+ " index" : 26 ,
1733
1743
" line" : 4 ,
1734
1744
},
1735
1745
},
@@ -1754,10 +1764,12 @@ Array [
1754
1764
" loc" : Object {
1755
1765
" end" : Object {
1756
1766
" column" : 3 ,
1767
+ " index" : 25 ,
1757
1768
" line" : 3 ,
1758
1769
},
1759
1770
" start" : Object {
1760
1771
" column" : 0 ,
1772
+ " index" : 0 ,
1761
1773
" line" : 1 ,
1762
1774
},
1763
1775
},
Original file line number Diff line number Diff line change @@ -24,12 +24,14 @@ Array [
24
24
" loc" : SourceLocation {
25
25
" end" : Position {
26
26
" column" : 9 ,
27
+ " index" : 9 ,
27
28
" line" : 1 ,
28
29
},
29
30
" filename" : undefined ,
30
31
" identifierName" : undefined ,
31
32
" start" : Position {
32
33
" column" : 0 ,
34
+ " index" : 0 ,
33
35
" line" : 1 ,
34
36
},
35
37
},
@@ -90,11 +92,13 @@ exports[`build 3`] = `
90
92
\\" loc\\ " : {
91
93
\\" start\\ " : {
92
94
\\" line\\ " : 1 ,
93
- \\" column\\ " : 0
95
+ \\" column\\ " : 0 ,
96
+ \\" index\\ " : 0
94
97
},
95
98
\\" end\\ " : {
96
99
\\" line\\ " : 1 ,
97
- \\" column\\ " : 9
100
+ \\" column\\ " : 9 ,
101
+ \\" index\\ " : 9
98
102
}
99
103
},
100
104
\\" augments\\ " : [],
You can’t perform that action at this time.
0 commit comments