You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I am the maintainer of ts-pegjs to generate a TypeScript parser relaying on peggy.
Noticed that from moving from peggy 1.1.0 to 1.2.0 the following functions were internalized (make private, before were public):
stringEscape() and
regexpClassEscape()
My code relies on calling this functionality. See here. It could be nice if peggy could keep it public to make it DRY for all and avoid code repetition between core lib and plugins.
Thanks
The text was updated successfully, but these errors were encountered:
Hi.
I am the maintainer of ts-pegjs to generate a TypeScript parser relaying on peggy.
Noticed that from moving from peggy 1.1.0 to 1.2.0 the following functions were internalized (make private, before were public):
stringEscape()
andregexpClassEscape()
My code relies on calling this functionality. See here. It could be nice if peggy could keep it public to make it DRY for all and avoid code repetition between core lib and plugins.
Thanks
The text was updated successfully, but these errors were encountered: