Comparing version 0.6.0-next.2 to 0.6.0-next.3
@@ -341,3 +341,3 @@ import * as ts from 'typescript'; | ||
export declare class DataManager implements SymbolDataContext, ProjectDataManagerContext { | ||
private static readonly GlobalId; | ||
private static readonly MachineId; | ||
private static readonly DefaultLibsId; | ||
@@ -347,5 +347,5 @@ private readonly context; | ||
private readonly dataMode; | ||
private readonly globalPDM; | ||
private readonly workspacePDM; | ||
private readonly machinePDM; | ||
private readonly defaultLibsPDM; | ||
private readonly workspacePDM; | ||
private currentTSProject; | ||
@@ -352,0 +352,0 @@ private currentPDM; |
{ | ||
"name": "lsif-tsc", | ||
"description": "Tool to create an LSIF dump for TypeScript projects.", | ||
"version": "0.6.0-next.2", | ||
"version": "0.6.0-next.3", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
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
627988