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
fix(test): resolve TypeScript errors in bundle validation
Adds @types/babel__traverse to fix type checking errors in CI.
Uses type assertions to work around version mismatches between
@babel/types used by parser (7.26.3) vs traverse types (7.28.4).
0 commit comments