Socket
Socket
Sign inDemoInstall

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
1
Versions
3856
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 1.4.1 to 1.4.2-alpha.0

2

dist/analyze-scope.js

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

childVisitorKeys: visitor_keys_1.visitorKeys,
fallback: eslint_visitor_keys_1.getKeys
fallback: eslint_visitor_keys_1.getKeys,
};

@@ -665,0 +665,0 @@ const scopeManager = new scope_manager_1.ScopeManager(options);

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

useJSXTextNode: validateBoolean(options.useJSXTextNode, true),
jsx: validateBoolean(options.ecmaFeatures.jsx)
jsx: validateBoolean(options.ecmaFeatures.jsx),
});

@@ -72,3 +72,3 @@ if (typeof options.filePath === 'string') {

}
}
},
});

@@ -75,0 +75,0 @@ const scopeManager = analyze_scope_1.analyzeScope(ast, options);

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

'implements',
'body'
'body',
],

@@ -30,3 +30,3 @@ ClassExpression: [

'implements',
'body'
'body',
],

@@ -71,3 +71,3 @@ TaggedTemplateExpression: ['tag', 'typeParameters', 'quasi'],

'params',
'returnType'
'returnType',
],

@@ -130,4 +130,4 @@ TSEnumDeclaration: ['members'],

TSUnknownKeyword: [],
TSVoidKeyword: []
TSVoidKeyword: [],
});
//# sourceMappingURL=visitor-keys.js.map
{
"name": "@typescript-eslint/parser",
"version": "1.4.1",
"version": "1.4.2-alpha.0+d362c4a",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

@@ -40,3 +40,3 @@ "main": "dist/parser.js",

"dependencies": {
"@typescript-eslint/typescript-estree": "1.4.1",
"@typescript-eslint/typescript-estree": "1.4.2-alpha.0+d362c4a",
"eslint-scope": "^4.0.0",

@@ -48,5 +48,5 @@ "eslint-visitor-keys": "^1.0.0"

"@types/eslint-visitor-keys": "^1.0.0",
"@typescript-eslint/shared-fixtures": "1.4.1"
"@typescript-eslint/shared-fixtures": "1.4.2-alpha.0+d362c4a"
},
"gitHead": "d362c4a2051ff4128388fc515ba2f07f0ca1a3aa"
}
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