We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISupportCodeLibrary
Importing ISupportCodeLibrary is not exported from '@cucumber/cucumber/api'
'@cucumber/cucumber/api'
// π₯ error import type { ISupportCodeLibrary } from '@cucumber/cucumber/api';
I would export it to be exported, since it's siblings are also exported:
// β import type { ISupportCodeCoordinatesOrLibrary, ISourcesCoordinates } from '@cucumber/cucumber/api';
Current workaround I'm using:
type ISupportCodeLibrary = Exclude< ISupportCodeCoordinatesOrLibrary, ISourcesCoordinates >;
The text was updated successfully, but these errors were encountered:
Released in https://github.com/cucumber/cucumber-js/releases/tag/v9.1.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
π What did you see?
Importing
ISupportCodeLibrary
is not exported from'@cucumber/cucumber/api'
β What did you expect to see?
I would export it to be exported, since it's siblings are also exported:
π Any additional context?
Current workaround I'm using:
The text was updated successfully, but these errors were encountered: