Home
last modified time | relevance | path

Searched refs:dotAll (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdoYouNeedToChangeYourTargetLibraryES2016Plus.js19 const testRegExpDotAll = /foo/g.dotAll;
63 var testRegExpDotAll = /foo/g.dotAll;
DdoYouNeedToChangeYourTargetLibraryES2016Plus.types112 const testRegExpDotAll = /foo/g.dotAll;
114 >/foo/g.dotAll : any
116 >dotAll : any
DdoYouNeedToChangeYourTargetLibraryES2016Plus.errors.txt13 …edToChangeYourTargetLibraryES2016Plus.ts(18,33): error TS2550: Property 'dotAll' does not exist on…
78 const testRegExpDotAll = /foo/g.dotAll;
80 !!! error TS2550: Property 'dotAll' does not exist on type 'RegExp'. Do you need to change your tar…
DdoYouNeedToChangeYourTargetLibraryES2016Plus.symbols53 const testRegExpDotAll = /foo/g.dotAll;
/third_party/typescript/src/lib/
Des2018.regexp.d.ts18 readonly dotAll: boolean; property
/third_party/typescript/lib/
Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/third_party/typescript/tests/cases/compiler/
DdoYouNeedToChangeYourTargetLibraryES2016Plus.ts20 const testRegExpDotAll = /foo/g.dotAll;