Searched refs:factoryDeprecation (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 20 …const factoryDeprecation: DeprecationOptions = { since: "4.0", warnAfter: "4.1", message: "Use the… constant 23 export const createNodeArray = Debug.deprecate(factory.createNodeArray, factoryDeprecation); 26 …ort const createNumericLiteral = Debug.deprecate(factory.createNumericLiteral, factoryDeprecation); 29 …xport const createBigIntLiteral = Debug.deprecate(factory.createBigIntLiteral, factoryDeprecation); 32 …xport const createStringLiteral = Debug.deprecate(factory.createStringLiteral, factoryDeprecation); 35 …teStringLiteralFromNode = Debug.deprecate(factory.createStringLiteralFromNode, factoryDeprecation); 38 …larExpressionLiteral = Debug.deprecate(factory.createRegularExpressionLiteral, factoryDeprecation); 41 … export const createLoopVariable = Debug.deprecate(factory.createLoopVariable, factoryDeprecation); 44 export const createUniqueName = Debug.deprecate(factory.createUniqueName, factoryDeprecation); 47 …nst createPrivateIdentifier = Debug.deprecate(factory.createPrivateIdentifier, factoryDeprecation); [all …]
|
/third_party/typescript/lib/ |
D | typescriptServices.js | 152808 …var factoryDeprecation = { since: "4.0", warnAfter: "4.1", message: "Use the appropriate method on… variable 152810 ts.createNodeArray = ts.Debug.deprecate(ts.factory.createNodeArray, factoryDeprecation); 152812 … ts.createNumericLiteral = ts.Debug.deprecate(ts.factory.createNumericLiteral, factoryDeprecation); 152814 ts.createBigIntLiteral = ts.Debug.deprecate(ts.factory.createBigIntLiteral, factoryDeprecation); 152816 ts.createStringLiteral = ts.Debug.deprecate(ts.factory.createStringLiteral, factoryDeprecation); 152818 …ngLiteralFromNode = ts.Debug.deprecate(ts.factory.createStringLiteralFromNode, factoryDeprecation); 152820 …ressionLiteral = ts.Debug.deprecate(ts.factory.createRegularExpressionLiteral, factoryDeprecation); 152822 ts.createLoopVariable = ts.Debug.deprecate(ts.factory.createLoopVariable, factoryDeprecation); 152824 ts.createUniqueName = ts.Debug.deprecate(ts.factory.createUniqueName, factoryDeprecation); 152826 …eatePrivateIdentifier = ts.Debug.deprecate(ts.factory.createPrivateIdentifier, factoryDeprecation); [all …]
|
D | tsserverlibrary.js | 162580 …var factoryDeprecation = { since: "4.0", warnAfter: "4.1", message: "Use the appropriate method on… variable 162582 ts.createNodeArray = ts.Debug.deprecate(ts.factory.createNodeArray, factoryDeprecation); 162584 … ts.createNumericLiteral = ts.Debug.deprecate(ts.factory.createNumericLiteral, factoryDeprecation); 162586 ts.createBigIntLiteral = ts.Debug.deprecate(ts.factory.createBigIntLiteral, factoryDeprecation); 162588 ts.createStringLiteral = ts.Debug.deprecate(ts.factory.createStringLiteral, factoryDeprecation); 162590 …ngLiteralFromNode = ts.Debug.deprecate(ts.factory.createStringLiteralFromNode, factoryDeprecation); 162592 …ressionLiteral = ts.Debug.deprecate(ts.factory.createRegularExpressionLiteral, factoryDeprecation); 162594 ts.createLoopVariable = ts.Debug.deprecate(ts.factory.createLoopVariable, factoryDeprecation); 162596 ts.createUniqueName = ts.Debug.deprecate(ts.factory.createUniqueName, factoryDeprecation); 162598 …eatePrivateIdentifier = ts.Debug.deprecate(ts.factory.createPrivateIdentifier, factoryDeprecation); [all …]
|
D | tsserver.js | 162576 …var factoryDeprecation = { since: "4.0", warnAfter: "4.1", message: "Use the appropriate method on… variable 162578 ts.createNodeArray = ts.Debug.deprecate(ts.factory.createNodeArray, factoryDeprecation); 162580 … ts.createNumericLiteral = ts.Debug.deprecate(ts.factory.createNumericLiteral, factoryDeprecation); 162582 ts.createBigIntLiteral = ts.Debug.deprecate(ts.factory.createBigIntLiteral, factoryDeprecation); 162584 ts.createStringLiteral = ts.Debug.deprecate(ts.factory.createStringLiteral, factoryDeprecation); 162586 …ngLiteralFromNode = ts.Debug.deprecate(ts.factory.createStringLiteralFromNode, factoryDeprecation); 162588 …ressionLiteral = ts.Debug.deprecate(ts.factory.createRegularExpressionLiteral, factoryDeprecation); 162590 ts.createLoopVariable = ts.Debug.deprecate(ts.factory.createLoopVariable, factoryDeprecation); 162592 ts.createUniqueName = ts.Debug.deprecate(ts.factory.createUniqueName, factoryDeprecation); 162594 …eatePrivateIdentifier = ts.Debug.deprecate(ts.factory.createPrivateIdentifier, factoryDeprecation); [all …]
|
D | typescript.js | 152808 …var factoryDeprecation = { since: "4.0", warnAfter: "4.1", message: "Use the appropriate method on… variable 152810 ts.createNodeArray = ts.Debug.deprecate(ts.factory.createNodeArray, factoryDeprecation); 152812 … ts.createNumericLiteral = ts.Debug.deprecate(ts.factory.createNumericLiteral, factoryDeprecation); 152814 ts.createBigIntLiteral = ts.Debug.deprecate(ts.factory.createBigIntLiteral, factoryDeprecation); 152816 ts.createStringLiteral = ts.Debug.deprecate(ts.factory.createStringLiteral, factoryDeprecation); 152818 …ngLiteralFromNode = ts.Debug.deprecate(ts.factory.createStringLiteralFromNode, factoryDeprecation); 152820 …ressionLiteral = ts.Debug.deprecate(ts.factory.createRegularExpressionLiteral, factoryDeprecation); 152822 ts.createLoopVariable = ts.Debug.deprecate(ts.factory.createLoopVariable, factoryDeprecation); 152824 ts.createUniqueName = ts.Debug.deprecate(ts.factory.createUniqueName, factoryDeprecation); 152826 …eatePrivateIdentifier = ts.Debug.deprecate(ts.factory.createPrivateIdentifier, factoryDeprecation); [all …]
|