mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Port changes in #24238 to source file
This commit is contained in:
parent
175d721614
commit
c19408ba4d
8
src/lib/es2018.regexp.d.ts
vendored
8
src/lib/es2018.regexp.d.ts
vendored
@ -8,4 +8,12 @@ interface RegExpExecArray {
|
||||
groups?: {
|
||||
[key: string]: string
|
||||
}
|
||||
}
|
||||
|
||||
interface RegExp {
|
||||
/**
|
||||
* Returns a Boolean value indicating the state of the dotAll flag (s) used with a regular expression.
|
||||
* Default is false. Read-only.
|
||||
*/
|
||||
readonly dotAll: boolean;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user