Home
last modified time | relevance | path

Searched defs:commentDirectiveRegExMultiLine (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dban-ts-comment.ts106 …const commentDirectiveRegExMultiLine = /^\s*(?:\/|\*)*\s*@ts-(expect-error|ignore|check|nocheck)(.… constant
/third_party/typescript/src/compiler/
Dscanner.ts291 const commentDirectiveRegExMultiLine = /^\s*(?:\/|\*)*\s*@(ts-expect-error|ts-ignore)/; constant