Searched refs:createWith (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 558 export const createWith = Debug.deprecate(factory.createWithStatement, factoryDeprecation); constant
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 6864 const createWith: (expression: Expression, statement: Statement) => WithStatement; constant
|
D | typescriptServices.d.ts | 6864 const createWith: (expression: Expression, statement: Statement) => WithStatement; constant
|
D | tsserverlibrary.d.ts | 10609 const createWith: (expression: Expression, statement: Statement) => WithStatement; constant
|
D | typescriptServices.js | 153162 ts.createWith = ts.Debug.deprecate(ts.factory.createWithStatement, factoryDeprecation);
|
D | tsserverlibrary.js | 162934 ts.createWith = ts.Debug.deprecate(ts.factory.createWithStatement, factoryDeprecation);
|
D | tsserver.js | 162930 ts.createWith = ts.Debug.deprecate(ts.factory.createWithStatement, factoryDeprecation);
|
D | typescript.js | 153162 ts.createWith = ts.Debug.deprecate(ts.factory.createWithStatement, factoryDeprecation);
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 7111 const createWith: (expression: Expression, statement: Statement) => WithStatement; constant
|
D | tsserverlibrary.d.ts | 10894 const createWith: (expression: Expression, statement: Statement) => WithStatement; constant
|