Skip to content

Commit

Permalink
Merge pull request #924 from cucumber/gherkin-dialect-export
Browse files Browse the repository at this point in the history
gherkin/javascript: make Dialect available on main export
  • Loading branch information
aslakhellesoy committed Mar 31, 2020
2 parents ba42d63 + ecb0d24 commit 31da7f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gherkin/javascript/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Gherkin from './Gherkin'
import IGherkinOptions from './IGherkinOptions'
import Query from './Query'
import Dialect from './Dialect'

export default Gherkin
export { IGherkinOptions, Query }
export { IGherkinOptions, Query, Dialect }

0 comments on commit 31da7f1

Please sign in to comment.