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

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
2
Versions
3168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/scope-manager - npm Package Compare versions

Comparing version 8.3.1-alpha.9 to 8.3.1-alpha.10

2

dist/analyze.d.ts

@@ -54,3 +54,3 @@ import type { Lib, SourceType, TSESTree } from '@typescript-eslint/types';

declare function analyze(tree: TSESTree.Node, providedOptions?: AnalyzeOptions): ScopeManager;
export { analyze, AnalyzeOptions };
export { analyze, type AnalyzeOptions };
//# sourceMappingURL=analyze.d.ts.map

@@ -13,3 +13,3 @@ import type { CatchClauseDefinition } from './CatchClauseDefinition';

type Definition = CatchClauseDefinition | ClassNameDefinition | FunctionNameDefinition | ImplicitGlobalVariableDefinition | ImportBindingDefinition | ParameterDefinition | TSEnumMemberDefinition | TSEnumNameDefinition | TSModuleNameDefinition | TypeDefinition | VariableDefinition;
export { Definition };
export type { Definition };
//# sourceMappingURL=Definition.d.ts.map

@@ -1,6 +0,6 @@

export { analyze, AnalyzeOptions } from './analyze';
export { analyze, type AnalyzeOptions } from './analyze';
export * from './definition';
export { Reference } from './referencer/Reference';
export { Visitor } from './referencer/Visitor';
export { PatternVisitor, PatternVisitorCallback, PatternVisitorOptions, } from './referencer/PatternVisitor';
export { PatternVisitor, type PatternVisitorCallback, type PatternVisitorOptions, } from './referencer/PatternVisitor';
export * from './scope';

@@ -7,0 +7,0 @@ export { ScopeManager } from './ScopeManager';

@@ -1,2 +0,2 @@

export { Referencer, ReferencerOptions } from './Referencer';
export { Referencer, type ReferencerOptions } from './Referencer';
//# sourceMappingURL=index.d.ts.map

@@ -28,3 +28,3 @@ import type { TSESTree } from '@typescript-eslint/types';

}
export { PatternVisitor, PatternVisitorCallback, PatternVisitorOptions };
export { PatternVisitor, type PatternVisitorCallback, type PatternVisitorOptions, };
//# sourceMappingURL=PatternVisitor.d.ts.map

@@ -88,3 +88,3 @@ import type { TSESTree } from '@typescript-eslint/types';

}
export { Reference, ReferenceFlag, ReferenceTypeFlag, ReferenceImplicitGlobal };
export { Reference, ReferenceFlag, ReferenceTypeFlag, type ReferenceImplicitGlobal, };
//# sourceMappingURL=Reference.d.ts.map

@@ -85,3 +85,3 @@ import type { Lib, TSESTree } from '@typescript-eslint/types';

}
export { Referencer, ReferencerOptions };
export { Referencer, type ReferencerOptions };
//# sourceMappingURL=Referencer.d.ts.map
import type { TSESTree } from '@typescript-eslint/types';
import type { PatternVisitorCallback, PatternVisitorOptions } from './PatternVisitor';
import { VisitorBase, VisitorOptions } from './VisitorBase';
import type { VisitorOptions } from './VisitorBase';
import { VisitorBase } from './VisitorBase';
interface VisitPatternOptions extends PatternVisitorOptions {

@@ -12,3 +13,4 @@ processRightHandNodes?: boolean;

}
export { Visitor, VisitorBase, VisitorOptions };
export { Visitor };
export { VisitorBase, type VisitorOptions } from './VisitorBase';
//# sourceMappingURL=Visitor.d.ts.map

@@ -6,3 +6,2 @@ "use strict";

const VisitorBase_1 = require("./VisitorBase");
Object.defineProperty(exports, "VisitorBase", { enumerable: true, get: function () { return VisitorBase_1.VisitorBase; } });
class Visitor extends VisitorBase_1.VisitorBase {

@@ -30,2 +29,4 @@ #options;

exports.Visitor = Visitor;
var VisitorBase_2 = require("./VisitorBase");
Object.defineProperty(exports, "VisitorBase", { enumerable: true, get: function () { return VisitorBase_2.VisitorBase; } });
//# sourceMappingURL=Visitor.js.map
import type { TSESTree } from '@typescript-eslint/types';
import { VisitorKeys } from '@typescript-eslint/visitor-keys';
import type { VisitorKeys } from '@typescript-eslint/visitor-keys';
interface VisitorOptions {

@@ -21,3 +21,4 @@ childVisitorKeys?: VisitorKeys | null;

}
export { VisitorBase, VisitorOptions, VisitorKeys };
export { VisitorBase, type VisitorOptions };
export type { VisitorKeys } from '@typescript-eslint/visitor-keys';
//# sourceMappingURL=VisitorBase.d.ts.map

@@ -20,3 +20,3 @@ import type { BlockScope } from './BlockScope';

type Scope = BlockScope | CatchScope | ClassFieldInitializerScope | ClassScope | ClassStaticBlockScope | ConditionalTypeScope | ForScope | FunctionExpressionNameScope | FunctionScope | FunctionTypeScope | GlobalScope | MappedTypeScope | ModuleScope | SwitchScope | TSEnumScope | TSModuleScope | TypeScope | WithScope;
export { Scope };
export type { Scope };
//# sourceMappingURL=Scope.d.ts.map

@@ -24,3 +24,3 @@ import type { Scope } from '../scope';

}
export { ImplicitLibVariable, ImplicitLibVariableOptions };
export { ImplicitLibVariable, type ImplicitLibVariableOptions };
//# sourceMappingURL=ImplicitLibVariable.d.ts.map
import type { ESLintScopeVariable } from './ESLintScopeVariable';
import type { Variable } from './Variable';
export { ESLintScopeVariable } from './ESLintScopeVariable';
export { ImplicitLibVariable, ImplicitLibVariableOptions, } from './ImplicitLibVariable';
export { ImplicitLibVariable, type ImplicitLibVariableOptions, } from './ImplicitLibVariable';
export { Variable } from './Variable';
export type ScopeVariable = Variable | ESLintScopeVariable;
//# sourceMappingURL=index.d.ts.map
{
"name": "@typescript-eslint/scope-manager",
"version": "8.3.1-alpha.9",
"version": "8.3.1-alpha.10",
"description": "TypeScript scope analyser for ESLint",

@@ -49,4 +49,4 @@ "files": [

"dependencies": {
"@typescript-eslint/types": "8.3.1-alpha.9",
"@typescript-eslint/visitor-keys": "8.3.1-alpha.9"
"@typescript-eslint/types": "8.3.1-alpha.10",
"@typescript-eslint/visitor-keys": "8.3.1-alpha.10"
},

@@ -56,3 +56,3 @@ "devDependencies": {

"@types/glob": "*",
"@typescript-eslint/typescript-estree": "8.3.1-alpha.9",
"@typescript-eslint/typescript-estree": "8.3.1-alpha.10",
"glob": "*",

@@ -59,0 +59,0 @@ "jest-specific-snapshot": "*",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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