Skip to content

Commit b40fc77

Browse files
committed
chore: fix test
1 parent f921ad3 commit b40fc77

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

test/namespace_export_type/expected.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Program",
33
"start": 0,
4-
"end": 57,
4+
"end": 55,
55
"loc": {
66
"start": {
77
"line": 1,
@@ -16,7 +16,7 @@
1616
{
1717
"type": "TSModuleDeclaration",
1818
"start": 0,
19-
"end": 57,
19+
"end": 55,
2020
"loc": {
2121
"start": {
2222
"line": 1,
@@ -46,7 +46,7 @@
4646
"body": {
4747
"type": "TSModuleBlock",
4848
"start": 24,
49-
"end": 57,
49+
"end": 55,
5050
"loc": {
5151
"start": {
5252
"line": 1,
@@ -60,8 +60,8 @@
6060
"body": [
6161
{
6262
"type": "ExportNamedDeclaration",
63-
"start": 31,
64-
"end": 54,
63+
"start": 30,
64+
"end": 53,
6565
"loc": {
6666
"start": {
6767
"line": 2,
@@ -75,8 +75,8 @@
7575
"exportKind": "type",
7676
"declaration": {
7777
"type": "TSTypeAliasDeclaration",
78-
"start": 38,
79-
"end": 54,
78+
"start": 37,
79+
"end": 53,
8080
"loc": {
8181
"start": {
8282
"line": 2,
@@ -89,8 +89,8 @@
8989
},
9090
"id": {
9191
"type": "Identifier",
92-
"start": 43,
93-
"end": 46,
92+
"start": 42,
93+
"end": 45,
9494
"loc": {
9595
"start": {
9696
"line": 2,
@@ -105,8 +105,8 @@
105105
},
106106
"typeAnnotation": {
107107
"type": "TSLiteralType",
108-
"start": 49,
109-
"end": 53,
108+
"start": 48,
109+
"end": 52,
110110
"loc": {
111111
"start": {
112112
"line": 2,
@@ -119,8 +119,8 @@
119119
},
120120
"literal": {
121121
"type": "Literal",
122-
"start": 49,
123-
"end": 53,
122+
"start": 48,
123+
"end": 52,
124124
"loc": {
125125
"start": {
126126
"line": 2,

0 commit comments

Comments
 (0)