Home
last modified time | relevance | path

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

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