Searched refs:updateWhile (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 519 export const updateWhile = Debug.deprecate(factory.updateWhileStatement, factoryDeprecation); constant
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 6838 …const updateWhile: (node: WhileStatement, expression: Expression, statement: Statement) => WhileSt… constant
|
D | typescriptServices.d.ts | 6838 …const updateWhile: (node: WhileStatement, expression: Expression, statement: Statement) => WhileSt… constant
|
D | tsserverlibrary.d.ts | 10583 …const updateWhile: (node: WhileStatement, expression: Expression, statement: Statement) => WhileSt… constant
|
D | typescriptServices.js | 153136 ts.updateWhile = ts.Debug.deprecate(ts.factory.updateWhileStatement, factoryDeprecation);
|
D | tsserverlibrary.js | 162908 ts.updateWhile = ts.Debug.deprecate(ts.factory.updateWhileStatement, factoryDeprecation);
|
D | tsserver.js | 162904 ts.updateWhile = ts.Debug.deprecate(ts.factory.updateWhileStatement, factoryDeprecation);
|
D | typescript.js | 153136 ts.updateWhile = ts.Debug.deprecate(ts.factory.updateWhileStatement, factoryDeprecation);
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 7085 …const updateWhile: (node: WhileStatement, expression: Expression, statement: Statement) => WhileSt… constant
|
D | tsserverlibrary.d.ts | 10868 …const updateWhile: (node: WhileStatement, expression: Expression, statement: Statement) => WhileSt… constant
|