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 [
15941594 " loc" : Object {
15951595 " end" : Object {
15961596 " column" : 2 ,
1597+ " index" : 150 ,
15971598 " line" : 13 ,
15981599 },
15991600 " start" : Object {
16001601 " column" : 0 ,
1602+ " index" : 102 ,
16011603 " line" : 11 ,
16021604 },
16031605 },
@@ -1622,10 +1624,12 @@ Array [
16221624 " loc" : Object {
16231625 " end" : Object {
16241626 " column" : 3 ,
1627+ " index" : 101 ,
16251628 " line" : 10 ,
16261629 },
16271630 " start" : Object {
16281631 " column" : 0 ,
1632+ " index" : 72 ,
16291633 " line" : 8 ,
16301634 },
16311635 },
@@ -1660,10 +1664,12 @@ Array [
16601664 " loc" : Object {
16611665 " end" : Object {
16621666 " column" : 2 ,
1667+ " index" : 232 ,
16631668 " line" : 20 ,
16641669 },
16651670 " start" : Object {
16661671 " column" : 0 ,
1672+ " index" : 183 ,
16671673 " line" : 18 ,
16681674 },
16691675 },
@@ -1688,10 +1694,12 @@ Array [
16881694 " loc" : Object {
16891695 " end" : Object {
16901696 " column" : 3 ,
1697+ " index" : 182 ,
16911698 " line" : 17 ,
16921699 },
16931700 " start" : Object {
16941701 " column" : 0 ,
1702+ " index" : 152 ,
16951703 " line" : 15 ,
16961704 },
16971705 },
@@ -1726,10 +1734,12 @@ Array [
17261734 " loc" : Object {
17271735 " end" : Object {
17281736 " column" : 2 ,
1737+ " index" : 70 ,
17291738 " line" : 6 ,
17301739 },
17311740 " start" : Object {
17321741 " column" : 0 ,
1742+ " index" : 26 ,
17331743 " line" : 4 ,
17341744 },
17351745 },
@@ -1754,10 +1764,12 @@ Array [
17541764 " loc" : Object {
17551765 " end" : Object {
17561766 " column" : 3 ,
1767+ " index" : 25 ,
17571768 " line" : 3 ,
17581769 },
17591770 " start" : Object {
17601771 " column" : 0 ,
1772+ " index" : 0 ,
17611773 " line" : 1 ,
17621774 },
17631775 },
Original file line number Diff line number Diff line change @@ -24,12 +24,14 @@ Array [
2424 " loc" : SourceLocation {
2525 " end" : Position {
2626 " column" : 9 ,
27+ " index" : 9 ,
2728 " line" : 1 ,
2829 },
2930 " filename" : undefined ,
3031 " identifierName" : undefined ,
3132 " start" : Position {
3233 " column" : 0 ,
34+ " index" : 0 ,
3335 " line" : 1 ,
3436 },
3537 },
@@ -90,11 +92,13 @@ exports[`build 3`] = `
9092 \\" loc\\ " : {
9193 \\" start\\ " : {
9294 \\" line\\ " : 1 ,
93- \\" column\\ " : 0
95+ \\" column\\ " : 0 ,
96+ \\" index\\ " : 0
9497 },
9598 \\" end\\ " : {
9699 \\" line\\ " : 1 ,
97- \\" column\\ " : 9
100+ \\" column\\ " : 9 ,
101+ \\" index\\ " : 9
98102 }
99103 },
100104 \\" augments\\ " : [],
You can’t perform that action at this time.
0 commit comments