Skip to content

Commit

Permalink
Merge pull request #143 from Mingun/ts-definitions
Browse files Browse the repository at this point in the history
Update .d.ts definitions
  • Loading branch information
hildjj committed May 22, 2021
2 parents be21fa2 + 5a49270 commit 58d7232
Show file tree
Hide file tree
Showing 3 changed files with 738 additions and 56 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Released: TBD
- `classes`
- `expectations`
- `functions`
- Added missing type definitions to the `peg.d.ts` file. Added definitions for the
`compiler` and `visitor` modules, AST, and `plugins` option in the `generate()` function.
[@Mingun](https://github.com/peggyjs/peggy/pull/143)

Now bytecode generation pass is independent from the JavaScript backend.
[@Mingun](https://github.com/peggyjs/peggy/pull/117)
Expand All @@ -64,6 +67,7 @@ Released: TBD
### Bug fixes

- [#112](https://github.com/peggyjs/peggy/pull/112): `"group"` node in the AST now have `location` information (back-ported)
- [#143](https://github.com/peggyjs/peggy/pull/143): `peg.d.ts` had some errors in the type descriptions, which was fixed


1.1.0
Expand Down
Loading

0 comments on commit 58d7232

Please sign in to comment.