mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-18 23:20:31 +00:00
Merge pull request #29900 from coolreader18/patch-3
[moo] Change `lineBreaks` property of `Token` to number
This commit is contained in:
Vendored
+1
-1
@@ -104,7 +104,7 @@ export interface Token {
|
||||
/**
|
||||
* The number of line breaks found in the match. (Always zero if this rule has lineBreaks: false.)
|
||||
*/
|
||||
lineBreaks: boolean;
|
||||
lineBreaks: number;
|
||||
/**
|
||||
* The line number of the beginning of the match, starting from 1.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user