Skip to content

Commit

Permalink
remove mandatory $self and $base from IRawRepositoryMap
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails committed Sep 20, 2024
1 parent 8d2e84a commit 140b620
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rawGrammar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export type RegExpString = string;

export interface IRawRepositoryMap {
[name: string]: IRawRule;
$self: IRawRule;
$base: IRawRule;
}

export type IRawRepository = IRawRepositoryMap & ILocatable;
Expand Down

0 comments on commit 140b620

Please sign in to comment.