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.
#[estree(field_order)]
1 parent 5e05d1b commit 0a9473dCopy full SHA for 0a9473d
crates/oxc_syntax/src/module_record.rs
@@ -87,7 +87,7 @@ impl<'a> ModuleRecord<'a> {
87
#[ast]
88
#[derive(Debug, Clone, PartialEq, Eq)]
89
#[generate_derive(ESTree)]
90
-#[estree(no_type, no_ts_def, field_order(name, span))]
+#[estree(no_type, no_ts_def)]
91
pub struct NameSpan<'a> {
92
/// Name
93
#[estree(rename = "value")]
0 commit comments