Home
last modified time | relevance | path

Searched defs:updateImportClause (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts1210 export const updateImportClause = Debug.deprecate(function updateImportClause(node: ImportClause, n… constant
/third_party/typescript/lib/
Dtypescript.d.ts4115updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBin… method
8480 …const updateImportClause: (node: ImportClause, name: Identifier | undefined, namedBindings: NamedI… constant
Dtsserverlibrary.d.ts8118updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBin… method
12410 …const updateImportClause: (node: ImportClause, name: Identifier | undefined, namedBindings: NamedI… constant
DtypingsInstaller.js16057 function updateImportClause(node, isTypeOnly, name, namedBindings) { function
Dtsc.js21348 function updateImportClause(node, isTypeOnly, name, namedBindings) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4115updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBin… method
8480 …const updateImportClause: (node: ImportClause, name: Identifier | undefined, namedBindings: NamedI… constant
Dtsserverlibrary.d.ts8118updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBin… method
12410 …const updateImportClause: (node: ImportClause, name: Identifier | undefined, namedBindings: NamedI… constant
/third_party/typescript/src/compiler/
Dtypes.ts8361updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBin… method