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: Use named imports from @cucumber/gherkin for ESM compatibility
- Changed from default import to named imports (AstBuilder, GherkinClassicTokenMatcher, Parser)
- Fixes TypeError: Cannot read properties of undefined (reading 'AstBuilder')
- @cucumber/gherkin exports named exports in ESM, not a default export
Bump version to 4.0.0-beta.20
0 commit comments