diff --git a/compiler/forget/crates/forget_estree/src/generated_extensions.rs b/compiler/forget/crates/forget_estree/src/generated_extensions.rs index d1660efec4..007aab7c9d 100644 --- a/compiler/forget/crates/forget_estree/src/generated_extensions.rs +++ b/compiler/forget/crates/forget_estree/src/generated_extensions.rs @@ -1,6 +1,6 @@ // Manual extensions to generated types use crate::{ - ArrowFunctionExpression, Function, FunctionDeclaration, FunctionExpression, ImportDeclaration, + ArrowFunctionExpression, Function, FunctionDeclaration, FunctionExpression, ImportDeclarationSpecifier, JSXElementName, JSXMemberExpression, JSXMemberExpressionOrIdentifier, Pattern, SourceRange, SourceType, }; diff --git a/compiler/forget/crates/forget_hermes_parser/src/generated_extension.rs b/compiler/forget/crates/forget_hermes_parser/src/generated_extension.rs index 95f6e17219..5cb3e801ff 100644 --- a/compiler/forget/crates/forget_hermes_parser/src/generated_extension.rs +++ b/compiler/forget/crates/forget_hermes_parser/src/generated_extension.rs @@ -19,7 +19,7 @@ use hermes::parser::{ hermes_get_FunctionExpression_generator, hermes_get_FunctionExpression_id, hermes_get_FunctionExpression_params, hermes_get_Property_computed, hermes_get_Property_key, hermes_get_Property_kind, hermes_get_Property_method, hermes_get_Property_shorthand, - hermes_get_Property_value, HermesParser, NodeKind, NodeLabel, NodeLabelOpt, NodeListRef, + hermes_get_Property_value, NodeKind, NodeLabel, NodeLabelOpt, NodeListRef, NodePtr, NodePtrOpt, NodeString, NodeStringOpt, SMRange, }; use hermes::utf::utf8_with_surrogates_to_string;