Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Ddebug.ts19 warnAfter?: Version | string; property
748 …const warnAfter = typeof options.warnAfter === "string" ? new Version(options.warnAfter) : options… constant