Merge pull request #29900 from coolreader18/patch-3

[moo] Change `lineBreaks` property of `Token` to number
This commit is contained in:
Ron Buckton
2018-10-26 18:39:08 -07:00
committed by GitHub
+1 -1
View File
@@ -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.
*/