Socket
Socket
Sign inDemoInstall

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
1
Versions
3017
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/scope-manager - npm Package Compare versions

Comparing version 4.0.0-alpha.11 to 4.0.0-alpha.12

dist/lib/es2020.intl.d.ts

19

CHANGELOG.md

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

## [3.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.0...v3.9.1) (2020-08-17)
**Note:** Version bump only for package @typescript-eslint/scope-manager
# [3.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.8.0...v3.9.0) (2020-08-10)
### Features
* **typescript-estree:** support TSv4 labelled tuple members ([#2378](https://github.com/typescript-eslint/typescript-eslint/issues/2378)) ([00d84ff](https://github.com/typescript-eslint/typescript-eslint/commit/00d84ffbcbe9d0ec98bdb2f2ce59959a27ce4dbe))
# [3.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.1...v3.8.0) (2020-08-03)

@@ -8,0 +27,0 @@

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

exports.es2020_bigint = {
BigIntToLocaleStringOptions: {
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: false,
name: 'BigIntToLocaleStringOptions',
writeable: false,
},
BigInt: {

@@ -58,3 +65,10 @@ eslintImplicitGlobalSetting: 'readonly',

},
Intl: {
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: true,
name: 'Intl',
writeable: false,
},
};
//# sourceMappingURL=es2020.bigint.js.map

3

dist/lib/es2020.js

@@ -12,3 +12,4 @@ "use strict";

const es2020_symbol_wellknown_1 = require("./es2020.symbol.wellknown");
exports.es2020 = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, es2019_1.es2019), es2020_bigint_1.es2020_bigint), es2020_promise_1.es2020_promise), es2020_string_1.es2020_string), es2020_symbol_wellknown_1.es2020_symbol_wellknown);
const es2020_intl_1 = require("./es2020.intl");
exports.es2020 = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, es2019_1.es2019), es2020_bigint_1.es2020_bigint), es2020_promise_1.es2020_promise), es2020_string_1.es2020_string), es2020_symbol_wellknown_1.es2020_symbol_wellknown), es2020_intl_1.es2020_intl);
//# sourceMappingURL=es2020.js.map

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

exports.esnext_bigint = {
BigIntToLocaleStringOptions: {
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: false,
name: 'BigIntToLocaleStringOptions',
writeable: false,
},
BigInt: {

@@ -58,3 +65,10 @@ eslintImplicitGlobalSetting: 'readonly',

},
Intl: {
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: true,
name: 'Intl',
writeable: false,
},
};
//# sourceMappingURL=esnext.bigint.js.map

@@ -45,2 +45,3 @@ declare const lib: {

readonly 'es2020.symbol.wellknown': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;
readonly 'es2020.intl': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;
readonly 'esnext.array': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;

@@ -47,0 +48,0 @@ readonly 'esnext.symbol': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;

@@ -50,2 +50,3 @@ "use strict";

const es2020_symbol_wellknown_1 = require("./es2020.symbol.wellknown");
const es2020_intl_1 = require("./es2020.intl");
const esnext_array_1 = require("./esnext.array");

@@ -109,2 +110,3 @@ const esnext_symbol_1 = require("./esnext.symbol");

'es2020.symbol.wellknown': es2020_symbol_wellknown_1.es2020_symbol_wellknown,
'es2020.intl': es2020_intl_1.es2020_intl,
'esnext.array': esnext_array_1.esnext_array,

@@ -111,0 +113,0 @@ 'esnext.symbol': esnext_symbol_1.esnext_symbol,

{
"name": "@typescript-eslint/scope-manager",
"version": "4.0.0-alpha.11+cf294403",
"version": "4.0.0-alpha.12+c4f67a2d",
"description": "TypeScript scope analyser for ESLint",

@@ -42,7 +42,7 @@ "keywords": [

"dependencies": {
"@typescript-eslint/types": "4.0.0-alpha.11+cf294403",
"@typescript-eslint/visitor-keys": "4.0.0-alpha.11+cf294403"
"@typescript-eslint/types": "4.0.0-alpha.12+c4f67a2d",
"@typescript-eslint/visitor-keys": "4.0.0-alpha.12+c4f67a2d"
},
"devDependencies": {
"@typescript-eslint/typescript-estree": "4.0.0-alpha.11+cf294403",
"@typescript-eslint/typescript-estree": "4.0.0-alpha.12+c4f67a2d",
"glob": "*",

@@ -67,3 +67,3 @@ "jest-specific-snapshot": "*",

},
"gitHead": "cf294403ac1d4dd255a8f1c1f98be1c0cbb32696"
"gitHead": "c4f67a2dccd853cd2212a370985b12ca48031618"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc