Searched defs:warnAfter (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/compiler/ |
D | debug.ts | 19 warnAfter?: Version | string; property 713 …const warnAfter = typeof options.warnAfter === "string" ? new Version(options.warnAfter) : options… constant
|
/third_party/typescript/lib/ |
D | typescriptServices.js | 152808 …var factoryDeprecation = { since: "4.0", warnAfter: "4.1", message: "Use the appropriate method on… property 153461 …}, { since: "4.0", warnAfter: "4.1", message: "Use `factory.createStringLiteral`, `factory.createS… property 153661 }, { since: "4.0", warnAfter: "4.1", message: "Use an appropriate `factory` method instead." }); property 153675 …}, { since: "4.0", warnAfter: "4.1", message: "Use an appropriate `factory.update...` method inste… property 153688 warnAfter: "4.1", property
|
D | typescript.js | 152808 …var factoryDeprecation = { since: "4.0", warnAfter: "4.1", message: "Use the appropriate method on… property 153461 …}, { since: "4.0", warnAfter: "4.1", message: "Use `factory.createStringLiteral`, `factory.createS… property 153661 }, { since: "4.0", warnAfter: "4.1", message: "Use an appropriate `factory` method instead." }); property 153675 …}, { since: "4.0", warnAfter: "4.1", message: "Use an appropriate `factory.update...` method inste… property 153688 warnAfter: "4.1", property
|
D | tsserverlibrary.js | 162580 …var factoryDeprecation = { since: "4.0", warnAfter: "4.1", message: "Use the appropriate method on… property 163233 …}, { since: "4.0", warnAfter: "4.1", message: "Use `factory.createStringLiteral`, `factory.createS… property 163433 }, { since: "4.0", warnAfter: "4.1", message: "Use an appropriate `factory` method instead." }); property 163447 …}, { since: "4.0", warnAfter: "4.1", message: "Use an appropriate `factory.update...` method inste… property 163460 warnAfter: "4.1", property
|
D | tsserver.js | 162576 …var factoryDeprecation = { since: "4.0", warnAfter: "4.1", message: "Use the appropriate method on… property 163229 …}, { since: "4.0", warnAfter: "4.1", message: "Use `factory.createStringLiteral`, `factory.createS… property 163429 }, { since: "4.0", warnAfter: "4.1", message: "Use an appropriate `factory` method instead." }); property 163443 …}, { since: "4.0", warnAfter: "4.1", message: "Use an appropriate `factory.update...` method inste… property 163456 warnAfter: "4.1", property
|