Skip to content

Commit 2b60bbd

Browse files
committed
Update fixtures
1 parent 84f64da commit 2b60bbd

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

test/fixtures/ast/multiple-scripts-10/ast.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Program",
3-
"start": 9,
4-
"end": 57,
3+
"start": 8,
4+
"end": 48,
55
"loc": {
66
"start": {
77
"line": 2,

test/fixtures/ast/multiple-scripts-2/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 9,
3+
"start": 8,
44
"end": 106,
55
"loc": {
66
"start": {

test/fixtures/ast/multiple-scripts-3/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 9,
3+
"start": 8,
44
"end": 91,
55
"loc": {
66
"start": {

test/fixtures/ast/multiple-scripts-5/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 9,
3+
"start": 8,
44
"end": 145,
55
"loc": {
66
"start": {

test/fixtures/ast/multiple-scripts-6/ast.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"type": "Program",
3-
"start": 48,
3+
"start": 14,
44
"end": 98,
55
"loc": {
66
"start": {
7-
"line": 5,
7+
"line": 2,
88
"column": 0
99
},
1010
"end": {
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"range": [
16-
48,
16+
15,
1717
97
1818
],
1919
"body": [

test/fixtures/ast/multiple-scripts-7/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 9,
3+
"start": 8,
44
"end": 178,
55
"loc": {
66
"start": {

test/fixtures/ast/multiple-scripts-8/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 20,
3+
"start": 8,
44
"end": 340,
55
"loc": {
66
"start": {

test/fixtures/ast/multiple-scripts-9/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 31,
3+
"start": 8,
44
"end": 48,
55
"loc": {
66
"start": {

test/fixtures/ast/multiple-scripts-with-export01/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 9,
3+
"start": 8,
44
"end": 75,
55
"loc": {
66
"start": {

test/fixtures/ast/multiple-scripts-with-export02/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 9,
3+
"start": 8,
44
"end": 262,
55
"loc": {
66
"start": {

test/fixtures/ast/multiple-scripts-with-export03/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 9,
3+
"start": 8,
44
"end": 241,
55
"loc": {
66
"start": {

test/fixtures/ast/multiple-scripts-with-export04/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 9,
3+
"start": 8,
44
"end": 178,
55
"loc": {
66
"start": {

test/fixtures/ast/multiple-scripts/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 9,
3+
"start": 8,
44
"end": 99,
55
"loc": {
66
"start": {

test/fixtures/ast/script-setup-example14/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 11,
3+
"start": 8,
44
"end": 168,
55
"loc": {
66
"start": {

test/fixtures/ast/script-setup-example15/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 11,
3+
"start": 8,
44
"end": 154,
55
"loc": {
66
"start": {

0 commit comments

Comments
 (0)