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
If desired, output a generic .d.ts file for the generated grammar. The caller will need to provide the expected return type. This is NOT a replacement for ts-pegjs, it is just the bare minimum needed. No actual type checking will be performed. Start by cutting down the hand-maintained peg.d.ts into just the things needed for generated parsers (including SyntaxError and dependencies), then add a small number of generics.
The text was updated successfully, but these errors were encountered:
If desired, output a generic .d.ts file for the generated grammar. The caller will need to provide the expected return type. This is NOT a replacement for ts-pegjs, it is just the bare minimum needed. No actual type checking will be performed. Start by cutting down the hand-maintained peg.d.ts into just the things needed for generated parsers (including SyntaxError and dependencies), then add a small number of generics.
The text was updated successfully, but these errors were encountered: