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
Yes, they are in the gherkin npm module. But they're not in the released package.
The package is made with browserify (in very old version, BTW).
If you take a look at bundle.js you can see that only English lexer is added.
I don't know if it's the best solution to add all lexers. It would definately make the package a lot bigger. But I don't know any alternative.
In the release package there is only English lexer included. This means that when using cucumber-js in browser environment i18n doesn't work.
I'm interested in running cucumber-js with karma (via karma-cucumberjs adapter). That's why I need a browser-friendly package.
The text was updated successfully, but these errors were encountered: