Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
Versions
3860
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 1.4.1-alpha.4 to 1.4.1-alpha.5

7

dist/ast-converter.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @fileoverview Converts TypeScript AST into ESTree format.
* @author Nicholas C. Zakas
* @author James Henry <https://github.com/JamesHenry>
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
const convert_1 = require("./convert");

@@ -11,0 +4,0 @@ const convert_comments_1 = require("./convert-comments");

@@ -1,7 +0,1 @@

/**
* @fileoverview Convert comment using TypeScript token scanner
* @author James Henry <https://github.com/JamesHenry>
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
import ts from 'typescript';

@@ -8,0 +2,0 @@ import { TSESTree } from './ts-estree';

"use strict";
/**
* @fileoverview Convert comment using TypeScript token scanner
* @author James Henry <https://github.com/JamesHenry>
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -9,0 +3,0 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

@@ -1,8 +0,1 @@

/**
* @fileoverview Converts TypeScript AST into ESTree format.
* @author Nicholas C. Zakas
* @author James Henry <https://github.com/JamesHenry>
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
import ts from 'typescript';

@@ -9,0 +2,0 @@ import { TSESTree } from './ts-estree';

@@ -1,7 +0,1 @@

/**
* @fileoverview Utilities for finding and converting ts.Nodes into ESTreeNodes
* @author James Henry <https://github.com/JamesHenry>
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
import ts from 'typescript';

@@ -8,0 +2,0 @@ import { AST_NODE_TYPES, AST_TOKEN_TYPES, TSESTree } from './ts-estree';

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

Object.defineProperty(exports, "__esModule", { value: true });
/**
* @fileoverview Utilities for finding and converting ts.Nodes into ESTreeNodes
* @author James Henry <https://github.com/JamesHenry>
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
const typescript_1 = __importDefault(require("typescript"));

@@ -14,0 +8,0 @@ const lodash_unescape_1 = __importDefault(require("lodash.unescape"));

2

dist/parser.d.ts

@@ -10,3 +10,3 @@ import { TSESTree } from './ts-estree';

} : {});
interface ParseAndGenerateServicesResult<T extends ParserOptions> {
export interface ParseAndGenerateServicesResult<T extends ParserOptions> {
ast: AST<T>;

@@ -13,0 +13,0 @@ services: ParserServices;

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

Object.defineProperty(exports, "__esModule", { value: true });
/**
* @fileoverview Parser that converts TypeScript into ESTree format.
* @author Nicholas C. Zakas
* @author James Henry <https://github.com/JamesHenry>
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
const tsconfig_parser_1 = require("./tsconfig-parser");

@@ -15,0 +8,0 @@ const semver_1 = __importDefault(require("semver"));

@@ -1,8 +0,1 @@

/**
* @fileoverview The AST node types produced by the parser.
* @author Nicholas C. Zakas
* @author James Henry <https://github.com/JamesHenry>
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
export declare enum AST_NODE_TYPES {

@@ -9,0 +2,0 @@ ArrayExpression = "ArrayExpression",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @fileoverview The AST node types produced by the parser.
* @author Nicholas C. Zakas
* @author James Henry <https://github.com/JamesHenry>
* @copyright jQuery Foundation and other contributors, https://jquery.org/
* MIT License
*/
var AST_NODE_TYPES;

@@ -11,0 +4,0 @@ (function (AST_NODE_TYPES) {

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

'use strict';
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -3,0 +3,0 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.4.1-alpha.4+4526f27",
"version": "1.4.1-alpha.5+0635183",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -47,5 +47,5 @@ "main": "dist/parser.js",

"@babel/types": "^7.3.2",
"@typescript-eslint/shared-fixtures": "1.4.1-alpha.4+4526f27"
"@typescript-eslint/shared-fixtures": "1.4.1-alpha.5+0635183"
},
"gitHead": "4526f27737ca4982351e2f495c1bd60cb6f1f86e"
"gitHead": "063518380215fc0b2df777080d247fe222cf258d"
}

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

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