Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c19408b

Browse filesBrowse files
committed
Port changes in microsoft#24238 to source file
1 parent 175d721 commit c19408b
Copy full SHA for c19408b

1 file changed

+8Lines changed: 8 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/lib/es2018.regexp.d.ts‎

Copy file name to clipboardExpand all lines: src/lib/es2018.regexp.d.ts
+8Lines changed: 8 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.