Comparing version 0.6.0-next.13 to 0.6.0-next.14
@@ -45,2 +45,3 @@ import * as ts from 'typescript'; | ||
private _isClosed; | ||
private readonly recorded; | ||
private ranges; | ||
@@ -56,3 +57,3 @@ private rangesEmitted; | ||
begin(): void; | ||
addRange(range: Range): void; | ||
addRange(range: Range): boolean; | ||
addDiagnostics(diagnostics: lsp.Diagnostic[]): void; | ||
@@ -177,2 +178,5 @@ addFoldingRanges(foldingRanges: lsp.FoldingRange[]): void; | ||
static getFirstDeclarationNode(symbol: ts.Symbol): ts.Node | undefined; | ||
private static readonly symbolInitializationData; | ||
static storeSymbolInitializationData(symbolId: SymbolId, visibility: SymbolDataVisibility): void; | ||
private static getVisibility; | ||
readonly types: Types; | ||
@@ -182,3 +186,2 @@ private readonly baseSymbolCache; | ||
private readonly symbolCache; | ||
private readonly symbolInitializationData; | ||
private readonly sourceFilesContainingAmbientDeclarations; | ||
@@ -195,3 +198,3 @@ constructor(typeChecker: ts.TypeChecker); | ||
findRootMembers(symbol: ts.Symbol, memberName: string): ts.Symbol[] | undefined; | ||
getExportPath(symbol: ts.Symbol): string | undefined; | ||
private getExportPath; | ||
isExported(symbol: ts.Symbol): boolean; | ||
@@ -210,5 +213,3 @@ getModuleSystemKind(symbol: ts.Symbol): ModuleSystemKind; | ||
private matchPath; | ||
storeSymbolInitializationData(symbol: ts.Symbol, visibility: SymbolDataVisibility): void; | ||
getSymbolInitializationData(symbol: ts.Symbol): [string | undefined, ModuleSystemKind, SymbolDataVisibility, boolean]; | ||
private getVisibility; | ||
} | ||
@@ -215,0 +216,0 @@ interface FactoryResult { |
{ | ||
"name": "lsif-tsc", | ||
"description": "Tool to create an LSIF dump for TypeScript projects.", | ||
"version": "0.6.0-next.13", | ||
"version": "0.6.0-next.14", | ||
"author": "Microsoft Corporation", | ||
@@ -21,4 +21,4 @@ "license": "MIT", | ||
"latest-version": "5.1.0", | ||
"lsif-protocol": "0.6.0-next.5", | ||
"typescript": "https://github.com/dbaeumer/TypeScript/releases/download/4.3.0-lsif.1/typescript-4.3.0-lsif.1.tgz", | ||
"lsif-protocol": "0.6.0-next.6", | ||
"typescript": "https://github.com/dbaeumer/TypeScript/releases/download/4.4.0-beta-lsif.1/lsif-typescript-4.4.0-beta-lsif.1.tgz", | ||
"uuid": "^8.3.2", | ||
@@ -25,0 +25,0 @@ "vscode-uri": "^3.0.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
630123
7211
+ Addedlsif-protocol@0.6.0-next.6(transitive)
- Removedlsif-protocol@0.6.0-next.5(transitive)
Updatedlsif-protocol@0.6.0-next.6