Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lsif-tsc

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lsif-tsc - npm Package Compare versions

Comparing version 0.6.0-next.13 to 0.6.0-next.14

11

lib/lsif.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc