Skip to content

Commit

Permalink
Expose all build suggestion APIs in index.ts (#227)
Browse files Browse the repository at this point in the history
* Adds other build suggestions to the index.ts file

* Update imports and ChangeLog

* fix: backticks around changelog code references

---------

Co-authored-by: Kieran Ryan <[email protected]>
  • Loading branch information
james0888215 and kieran-ryan authored Jul 20, 2024
1 parent a6401eb commit 158eb4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- (Javascript) Support for compiled cjs style step definitions ([#222](https://github.com/cucumber/language-service/pull/222))
- Exposed `buildSuggestionFromCucumberExpression` and `buildSuggestionsFromRegularExpression` in `index.ts` ([#227](https://github.com/cucumber/language-service/pull/227))

### Fixed
- Parameter highlighting for scenario outline steps with leading spaces ([#219](https://github.com/cucumber/language-service/pull/219))
Expand Down
2 changes: 2 additions & 0 deletions src/suggestions/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * from './buildSuggestionFromCucumberExpression.js'
export * from './buildSuggestions.js'
export * from './buildSuggestionsFromRegularExpression.js'
export * from './types.js'

0 comments on commit 158eb4b

Please sign in to comment.