Searched defs:updateImportClause (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 1210 export const updateImportClause = Debug.deprecate(function updateImportClause(node: ImportClause, n… constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4115 …updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBin… method 8480 …const updateImportClause: (node: ImportClause, name: Identifier | undefined, namedBindings: NamedI… constant
|
| D | tsserverlibrary.d.ts | 8118 …updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBin… method 12410 …const updateImportClause: (node: ImportClause, name: Identifier | undefined, namedBindings: NamedI… constant
|
| D | typingsInstaller.js | 16057 function updateImportClause(node, isTypeOnly, name, namedBindings) { function
|
| D | tsc.js | 21348 function updateImportClause(node, isTypeOnly, name, namedBindings) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4115 …updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBin… method 8480 …const updateImportClause: (node: ImportClause, name: Identifier | undefined, namedBindings: NamedI… constant
|
| D | tsserverlibrary.d.ts | 8118 …updateImportClause(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/ |
| D | types.ts | 8361 …updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBin… method
|