You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DonIsaac Rzvxa is the master of the codegen, but is off radar at the moment, and I'm not sure when I'd get to it. You comfortable enough with oxc_ast_tools to implement yourself?
oxc_ast_tools
recognises#[scope(enter_before)]
to mark a field as the start of the scope in a type. We also need#[scope(exit_before)]
for #6270.Note: I think
#[scope(exit_before)]
is better than#[scope(exit_after)]
because attributes go before fields, so it reads more clearly:We will need to build support for this into both:
oxc_ast_tools
and theVisit
/VisitMut
generator.oxc_traverse
's codegen.The text was updated successfully, but these errors were encountered: