-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ export interface IRawRule extends ILocatable { | |
readonly beginCaptures?: IRawCaptures; | ||
readonly end?: string; | ||
readonly endCaptures?: IRawCaptures; | ||
readonly overshoot?: number; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jeff-hykin
Author
Owner
|
||
readonly while?: string; | ||
readonly whileCaptures?: IRawCaptures; | ||
readonly patterns?: IRawRule[]; | ||
|
why is overshoot a number?