diff --git a/bin/generated_template.d.ts b/bin/generated_template.d.ts index 93af149e..eb98add3 100644 --- a/bin/generated_template.d.ts +++ b/bin/generated_template.d.ts @@ -14,7 +14,7 @@ export interface Location { * * The GrammarLocation class in Peggy is a good example. */ -export interface GrammarSourceObject extends Stringable { +export interface GrammarSourceObject { readonly toString: () => string; /** @@ -194,7 +194,6 @@ export interface ParseOptions } export declare const StartRules: StartRuleNames[]; -export declare const SyntaxError: typeof _PeggySyntaxError; export declare const parse: typeof ParseFunction; // Overload of ParseFunction for each allowedStartRule