Skip to content

Commit 28f8d10

Browse files
committed
reskip comments field
1 parent cebecf6 commit 28f8d10

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

napi/parser/test-browser/parse.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ test('parseSync', () => {
1818
"type": "ExpressionStatement",
1919
},
2020
],
21-
"comments": [],
2221
"end": 2,
2322
"hashbang": null,
2423
"sourceType": "module",
@@ -45,7 +44,6 @@ test('parseAsync', async () => {
4544
"type": "ExpressionStatement",
4645
},
4746
],
48-
"comments": [],
4947
"end": 2,
5048
"hashbang": null,
5149
"sourceType": "module",

napi/parser/test/parse.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ describe('parse', () => {
103103
},
104104
],
105105
sourceType: 'module',
106-
comments: [],
107106
hashbang: null,
108107
};
109108

@@ -134,7 +133,6 @@ describe('parse', () => {
134133
},
135134
],
136135
sourceType: 'module',
137-
comments: [],
138136
hashbang: null,
139137
};
140138

0 commit comments

Comments
 (0)