Searched refs:createPostfix (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 402 …export const createPostfix = Debug.deprecate(factory.createPostfixUnaryExpression, factoryDeprecat… constant
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 6748 …const createPostfix: (operand: Expression, operator: PostfixUnaryOperator) => PostfixUnaryExpressi… constant
|
D | typescriptServices.d.ts | 6748 …const createPostfix: (operand: Expression, operator: PostfixUnaryOperator) => PostfixUnaryExpressi… constant
|
D | tsserverlibrary.d.ts | 10493 …const createPostfix: (operand: Expression, operator: PostfixUnaryOperator) => PostfixUnaryExpressi… constant
|
D | typescriptServices.js | 153058 …ts.createPostfix = ts.Debug.deprecate(ts.factory.createPostfixUnaryExpression, factoryDeprecation);
|
D | tsserverlibrary.js | 162830 …ts.createPostfix = ts.Debug.deprecate(ts.factory.createPostfixUnaryExpression, factoryDeprecation);
|
D | tsserver.js | 162826 …ts.createPostfix = ts.Debug.deprecate(ts.factory.createPostfixUnaryExpression, factoryDeprecation);
|
D | typescript.js | 153058 …ts.createPostfix = ts.Debug.deprecate(ts.factory.createPostfixUnaryExpression, factoryDeprecation);
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 6995 …const createPostfix: (operand: Expression, operator: PostfixUnaryOperator) => PostfixUnaryExpressi… constant
|
D | tsserverlibrary.d.ts | 10778 …const createPostfix: (operand: Expression, operator: PostfixUnaryOperator) => PostfixUnaryExpressi… constant
|