Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
2
Versions
3811
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/typescript-estree - npm Package Compare versions

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

2

dist/create-program/shared.d.ts

@@ -31,3 +31,3 @@ import type { Program } from 'typescript';

declare function createHash(content: string): string;
export { ASTAndDefiniteProgram, ASTAndNoProgram, ASTAndProgram, CORE_COMPILER_OPTIONS, canonicalDirname, CanonicalPath, createDefaultCompilerOptionsFromExtra, createHash, ensureAbsolutePath, getCanonicalFileName, getAstFromProgram, };
export { type ASTAndDefiniteProgram, type ASTAndNoProgram, type ASTAndProgram, CORE_COMPILER_OPTIONS, canonicalDirname, type CanonicalPath, createDefaultCompilerOptionsFromExtra, createHash, ensureAbsolutePath, getCanonicalFileName, getAstFromProgram, };
//# sourceMappingURL=shared.d.ts.map

@@ -12,3 +12,3 @@ import type * as ts from 'typescript';

}
export { WatchCompilerHostOfConfigFile };
export type { WatchCompilerHostOfConfigFile };
//# sourceMappingURL=WatchCompilerHostOfConfigFile.d.ts.map

@@ -1,3 +0,3 @@

export { AST, parse, parseAndGenerateServices, ParseAndGenerateServicesResult, } from './parser';
export { ParserServices, ParserServicesWithTypeInformation, ParserServicesWithoutTypeInformation, TSESTreeOptions, } from './parser-options';
export { type AST, parse, parseAndGenerateServices, type ParseAndGenerateServicesResult, } from './parser';
export type { ParserServices, ParserServicesWithTypeInformation, ParserServicesWithoutTypeInformation, TSESTreeOptions, } from './parser-options';
export { simpleTraverse } from './simple-traverse';

@@ -4,0 +4,0 @@ export * from './ts-estree';

import type { CacheDurationSeconds, DebugLevel, JSDocParsingMode, ProjectServiceOptions } from '@typescript-eslint/types';
import type * as ts from 'typescript';
import type { TSESTree, TSESTreeToTSNode, TSNode, TSToken } from './ts-estree';
export { ProjectServiceOptions } from '@typescript-eslint/types';
export type { ProjectServiceOptions } from '@typescript-eslint/types';
interface ParseOptions {

@@ -6,0 +6,0 @@ /**

@@ -18,3 +18,3 @@ import type * as ts from 'typescript';

declare function parseAndGenerateServices<T extends TSESTreeOptions = TSESTreeOptions>(code: ts.SourceFile | string, tsestreeOptions: T): ParseAndGenerateServicesResult<T>;
export { AST, parse, parseAndGenerateServices, ParseAndGenerateServicesResult, clearDefaultProjectMatchedFiles, clearProgramCache, clearParseAndGenerateServicesCalls, };
export { type AST, parse, parseAndGenerateServices, type ParseAndGenerateServicesResult, clearDefaultProjectMatchedFiles, clearProgramCache, clearParseAndGenerateServicesCalls, };
//# sourceMappingURL=parser.d.ts.map
{
"name": "@typescript-eslint/typescript-estree",
"version": "8.3.1-alpha.9",
"version": "8.3.1-alpha.10",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -57,4 +57,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",
"debug": "^4.3.4",

@@ -61,0 +61,0 @@ "fast-glob": "^3.3.2",

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