Searched defs:typeOnly (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/services/codefixes/ |
| D | importFixes.ts | 99 const { moduleSpecifier, importKind, useRequire, typeOnly } = fix; constant 176 readonly typeOnly: boolean; property 707 const { importKind, moduleSpecifier, typeOnly, useRequire } = fix; constant 709 …t importsCollection = importKind === ImportKind.Default ? { defaultImport: symbolName, typeOnly } : constant 806 readonly typeOnly: boolean; property 822 const { namespaceLikeImport, typeOnly } = imports; constant
|
| /third_party/typescript/lib/ |
| D | typescriptServices.js | 139005 …eSpecifier, entry = { namedImports: [], namespaceLikeImport: undefined, typeOnly: typeOnly, useReq… property
|
| D | typescript.js | 139005 …eSpecifier, entry = { namedImports: [], namespaceLikeImport: undefined, typeOnly: typeOnly, useReq… property
|
| D | tsserverlibrary.js | 139005 …eSpecifier, entry = { namedImports: [], namespaceLikeImport: undefined, typeOnly: typeOnly, useReq… property
|
| D | tsserver.js | 138436 …eSpecifier, entry = { namedImports: [], namespaceLikeImport: undefined, typeOnly: typeOnly, useReq… property
|