Skip to content

Commit

Permalink
add line number to errors #416
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 11, 2024
1 parent 880d5c5 commit 55c7322
Show file tree
Hide file tree
Showing 7 changed files with 246 additions and 182 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* allow to use auto-indent with Node >=18.19.0
* add metadata to the parser [#414](https://github.com/jcubic/lips/issues/414), [#416](https://github.com/jcubic/lips/issues/416)
* expose `box` and `unbox` functions
* add line number to errors [#416](https://github.com/jcubic/lips/issues/416)
### Bugfix
* fix exception when handling parse error for lonely `)` [#417](https://github.com/jcubic/lips/issues/417)
* fix unboxing arguments of LIPS created classes [#411](https://github.com/jcubic/lips/issues/411)
Expand Down
133 changes: 75 additions & 58 deletions dist/lips.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55c7322

Please sign in to comment.