Home
last modified time | relevance | path

Searched defs:regExp (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dban-ts-comment.ts114 let regExp = commentDirectiveRegExSingleLine; variable
/third_party/typescript/src/harness/
Dutil.ts12 const regExp = new RegExp(`^(?:${messageParts.map(ts.regExpEscape).join("(.*?)")})$`); constant
/third_party/node/test/parallel/
Dtest-process-env-allowed-flags-are-documented.js14 const regExp = new RegExp(`${startMarker}\r?\n([^]*)\r?\n${endMarker}`); constant
/third_party/typescript/src/services/
Dservices.ts2333 const regExp = getTodoCommentsRegExp(); constant