@typescript-eslint/scope-manager
Advanced tools
Comparing version 8.17.1-alpha.12 to 8.17.1-alpha.13
@@ -27,3 +27,5 @@ "use strict"; | ||
jsxFragmentName: providedOptions?.jsxFragmentName ?? DEFAULT_OPTIONS.jsxFragmentName, | ||
jsxPragma: providedOptions?.jsxPragma === undefined | ||
jsxPragma: | ||
// eslint-disable-next-line @typescript-eslint/internal/eqeq-nullish | ||
providedOptions?.jsxPragma === undefined | ||
? DEFAULT_OPTIONS.jsxPragma | ||
@@ -30,0 +32,0 @@ : providedOptions.jsxPragma, |
{ | ||
"name": "@typescript-eslint/scope-manager", | ||
"version": "8.17.1-alpha.12", | ||
"version": "8.17.1-alpha.13", | ||
"description": "TypeScript scope analyser for ESLint", | ||
@@ -49,4 +49,4 @@ "files": [ | ||
"dependencies": { | ||
"@typescript-eslint/types": "8.17.1-alpha.12", | ||
"@typescript-eslint/visitor-keys": "8.17.1-alpha.12" | ||
"@typescript-eslint/types": "8.17.1-alpha.13", | ||
"@typescript-eslint/visitor-keys": "8.17.1-alpha.13" | ||
}, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
"@types/glob": "*", | ||
"@typescript-eslint/typescript-estree": "8.17.1-alpha.12", | ||
"@typescript-eslint/typescript-estree": "8.17.1-alpha.13", | ||
"glob": "*", | ||
@@ -59,0 +59,0 @@ "jest-specific-snapshot": "*", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
625860
8489
+ Added@typescript-eslint/types@8.17.1-alpha.13(transitive)
+ Added@typescript-eslint/visitor-keys@8.17.1-alpha.13(transitive)
- Removed@typescript-eslint/types@8.17.1-alpha.12(transitive)
- Removed@typescript-eslint/visitor-keys@8.17.1-alpha.12(transitive)