fix(dsl): add ReservedRule to Rule type definition
This commit is contained in:
parent
13ff3935ac
commit
7657cc9d35
1 changed files with 1 additions and 0 deletions
1
crates/cli/npm/dsl.d.ts
vendored
1
crates/cli/npm/dsl.d.ts
vendored
|
|
@ -29,6 +29,7 @@ type Rule =
|
|||
| PrecRule
|
||||
| Repeat1Rule
|
||||
| RepeatRule
|
||||
| ReservedRule
|
||||
| SeqRule
|
||||
| StringRule
|
||||
| SymbolRule<string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue