Home
last modified time | relevance | path

Searched refs:createWith (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts558 export const createWith = Debug.deprecate(factory.createWithStatement, factoryDeprecation); constant
/third_party/typescript/lib/
Dtypescript.d.ts6864 const createWith: (expression: Expression, statement: Statement) => WithStatement; constant
DtypescriptServices.d.ts6864 const createWith: (expression: Expression, statement: Statement) => WithStatement; constant
Dtsserverlibrary.d.ts10609 const createWith: (expression: Expression, statement: Statement) => WithStatement; constant
DtypescriptServices.js153162 ts.createWith = ts.Debug.deprecate(ts.factory.createWithStatement, factoryDeprecation);
Dtsserverlibrary.js162934 ts.createWith = ts.Debug.deprecate(ts.factory.createWithStatement, factoryDeprecation);
Dtsserver.js162930 ts.createWith = ts.Debug.deprecate(ts.factory.createWithStatement, factoryDeprecation);
Dtypescript.js153162 ts.createWith = ts.Debug.deprecate(ts.factory.createWithStatement, factoryDeprecation);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts7111 const createWith: (expression: Expression, statement: Statement) => WithStatement; constant
Dtsserverlibrary.d.ts10894 const createWith: (expression: Expression, statement: Statement) => WithStatement; constant