We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd45e19 commit cebecf6Copy full SHA for cebecf6
crates/oxc_ast/src/serialize/mod.rs
@@ -181,7 +181,6 @@ impl ESTree for ProgramConverter<'_, '_> {
181
state.serialize_field("type", &JsonSafeString("Program"));
182
state.serialize_field("body", &Concat2(&program.directives, &program.body));
183
state.serialize_field("sourceType", &program.source_type.module_kind());
184
- state.serialize_field("comments", &program.comments);
185
state.serialize_field("hashbang", &program.hashbang);
186
187
let span = if S::INCLUDE_TS_FIELDS {
0 commit comments