Skip to content

Commit c19408b

Browse files
committed
Port changes in microsoft#24238 to source file
1 parent 175d721 commit c19408b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/lib/es2018.regexp.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ interface RegExpExecArray {
88
groups?: {
99
[key: string]: string
1010
}
11+
}
12+
13+
interface RegExp {
14+
/**
15+
* Returns a Boolean value indicating the state of the dotAll flag (s) used with a regular expression.
16+
* Default is false. Read-only.
17+
*/
18+
readonly dotAll: boolean;
1119
}

0 commit comments

Comments
 (0)