Socket
Socket
Sign inDemoInstall

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
2
Versions
3833
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/parser - npm Package Compare versions

Comparing version 7.12.1-alpha.23 to 7.12.1-alpha.24

2

dist/index.d.ts
export { parse, parseForESLint, ParserOptions } from './parser';
export { ParserServices, ParserServicesWithTypeInformation, ParserServicesWithoutTypeInformation, clearCaches, createProgram, } from '@typescript-eslint/typescript-estree';
export { ParserServices, ParserServicesWithTypeInformation, ParserServicesWithoutTypeInformation, clearCaches, createProgram, withoutProjectParserOptions, } from '@typescript-eslint/typescript-estree';
export declare const version: string;

@@ -4,0 +4,0 @@ export declare const meta: {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.meta = exports.version = exports.createProgram = exports.clearCaches = exports.parseForESLint = exports.parse = void 0;
exports.meta = exports.version = exports.withoutProjectParserOptions = exports.createProgram = exports.clearCaches = exports.parseForESLint = exports.parse = void 0;
var parser_1 = require("./parser");

@@ -10,2 +10,3 @@ Object.defineProperty(exports, "parse", { enumerable: true, get: function () { return parser_1.parse; } });

Object.defineProperty(exports, "createProgram", { enumerable: true, get: function () { return typescript_estree_1.createProgram; } });
Object.defineProperty(exports, "withoutProjectParserOptions", { enumerable: true, get: function () { return typescript_estree_1.withoutProjectParserOptions; } });
// note - cannot migrate this to an import statement because it will make TSC copy the package.json to the dist folder

@@ -12,0 +13,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access

{
"name": "@typescript-eslint/parser",
"version": "7.12.1-alpha.23",
"version": "7.12.1-alpha.24",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

@@ -55,6 +55,6 @@ "files": [

"dependencies": {
"@typescript-eslint/scope-manager": "7.12.1-alpha.23",
"@typescript-eslint/types": "7.12.1-alpha.23",
"@typescript-eslint/typescript-estree": "7.12.1-alpha.23",
"@typescript-eslint/visitor-keys": "7.12.1-alpha.23",
"@typescript-eslint/scope-manager": "7.12.1-alpha.24",
"@typescript-eslint/types": "7.12.1-alpha.24",
"@typescript-eslint/typescript-estree": "7.12.1-alpha.24",
"@typescript-eslint/visitor-keys": "7.12.1-alpha.24",
"debug": "^4.3.4"

@@ -61,0 +61,0 @@ },

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