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
refactor: extract shared extractTypesFromDecls helper in Ast.fs
Eliminates duplicate nested extractTypes definitions in extractTypeDefn
and ModuleOrNamespace.getTypeDefns. Both functions now delegate to a
single private recursive module-level helper, so any future changes to
the SynModuleDecl traversal logic only need to be made in one place.
Closes#262
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments