Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
0
Versions
3847
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 7.13.2-alpha.11 to 7.14.0

2

dist/create-program/createProjectProgram.js

@@ -96,3 +96,3 @@ "use strict";

: ['none of those TSConfigs', 'one of those TSConfigs'];
errorLines.push(`However, ${describedInclusions} include this file. Either:`, `- Change ESLint's list of included files to not include this file`, `- Change ${describedSpecifiers} to include this file`, `- Create a new TSConfig that includes this file and include it in your parserOptions.project`, `See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file`);
errorLines.push(`However, ${describedInclusions} include this file. Either:`, `- Change ESLint's list of included files to not include this file`, `- Change ${describedSpecifiers} to include this file`, `- Create a new TSConfig that includes this file and include it in your parserOptions.project`, `See the typescript-eslint docs for more info: https://typescript-eslint.io/troubleshooting/typed-linting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file`);
}

@@ -99,0 +99,0 @@ throw new Error(errorLines.join('\n'));

import type { ProjectServiceOptions } from '../parser-options';
export declare const DEFAULT_PROJECT_FILES_ERROR_EXPLANATION = "\n\nHaving many files run with the default project is known to cause performance issues and slow down linting.\n\nSee https://typescript-eslint.io/troubleshooting/#allowdefaultprojectforfiles-glob-too-wide\n";
export declare const DEFAULT_PROJECT_FILES_ERROR_EXPLANATION = "\n\nHaving many files run with the default project is known to cause performance issues and slow down linting.\n\nSee https://typescript-eslint.io/troubleshooting/typed-linting#allowdefaultprojectforfiles-glob-too-wide\n";
export declare function validateDefaultProjectForFilesGlob(options: ProjectServiceOptions): void;
//# sourceMappingURL=validateDefaultProjectForFilesGlob.d.ts.map

@@ -9,3 +9,3 @@ "use strict";

See https://typescript-eslint.io/troubleshooting/#allowdefaultprojectforfiles-glob-too-wide
See https://typescript-eslint.io/troubleshooting/typed-linting#allowdefaultprojectforfiles-glob-too-wide
`;

@@ -12,0 +12,0 @@ function validateDefaultProjectForFilesGlob(options) {

{
"name": "@typescript-eslint/typescript-estree",
"version": "7.13.2-alpha.11",
"version": "7.14.0",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

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

"dependencies": {
"@typescript-eslint/types": "7.13.2-alpha.11",
"@typescript-eslint/visitor-keys": "7.13.2-alpha.11",
"@typescript-eslint/types": "7.14.0",
"@typescript-eslint/visitor-keys": "7.14.0",
"debug": "^4.3.4",

@@ -61,0 +61,0 @@ "globby": "^11.1.0",

Sorry, the diff of this file is too big to display

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