Socket
Socket
Sign inDemoInstall

@typescript-eslint/types

Package Overview
Dependencies
Maintainers
1
Versions
3091
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/types - npm Package Compare versions

Comparing version 4.0.0-alpha.14 to 4.0.0-alpha.16

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## [3.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.0...v3.10.1) (2020-08-25)
**Note:** Version bump only for package @typescript-eslint/types
# [3.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.1...v3.10.0) (2020-08-24)
**Note:** Version bump only for package @typescript-eslint/types
## [3.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.0...v3.9.1) (2020-08-17)

@@ -8,0 +24,0 @@

3

dist/index.d.ts

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

import * as TSESTree from './ts-estree';
export { AST_NODE_TYPES } from './ast-node-types';

@@ -5,3 +6,3 @@ export { AST_TOKEN_TYPES } from './ast-token-types';

export * from './parser-options';
export * as TSESTree from './ts-estree';
export { TSESTree };
//# sourceMappingURL=index.d.ts.map

@@ -14,14 +14,18 @@ "use strict";

});
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TSESTree = exports.AST_TOKEN_TYPES = exports.AST_NODE_TYPES = void 0;
// TODO(Brad Zacher) - convert this to export * as TSESTree from './ts-estree'
// https://github.com/sandersn/downlevel-dts/pull/42
const TSESTree = __importStar(require("./ts-estree"));
exports.TSESTree = TSESTree;
var ast_node_types_1 = require("./ast-node-types");

@@ -33,3 +37,2 @@ Object.defineProperty(exports, "AST_NODE_TYPES", { enumerable: true, get: function () { return ast_node_types_1.AST_NODE_TYPES; } });

__exportStar(require("./parser-options"), exports);
exports.TSESTree = __importStar(require("./ts-estree"));
//# sourceMappingURL=index.js.map
{
"name": "@typescript-eslint/types",
"version": "4.0.0-alpha.14+719faa1e",
"version": "4.0.0-alpha.16+2a75bb1f",
"description": "Types for the TypeScript-ESTree AST spec",

@@ -32,2 +32,3 @@ "keywords": [

"build": "tsc -b tsconfig.build.json",
"postbuild": "downlevel-dts dist _ts3.4/dist",
"clean": "tsc -b tsconfig.build.json --clean",

@@ -44,3 +45,10 @@ "postclean": "rimraf dist",

},
"gitHead": "719faa1e5a7aa56445fc37bb153c99f04304a888"
"typesVersions": {
"<3.8": {
"*": [
"_ts3.4/*"
]
}
},
"gitHead": "2a75bb1fabff5be125350ba9a30a1655a39b63b3"
}

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