@typescript-eslint/typescript-estree 8.1.1-alpha.2 → 8.1.1-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,7 @@ function getFirstSemanticOrSyntacticError(program, ast) {
|
|
30
30
|
* "Debug Failure. Shouldn't ever directly check a JsxOpeningElement"
|
31
31
|
*
|
32
32
|
* For our current use-cases this is undesired behavior, so we just suppress it
|
33
|
-
* and log a
|
33
|
+
* and log a warning.
|
34
34
|
*/
|
35
35
|
/* istanbul ignore next */
|
36
36
|
console.warn(`Warning From TSC: "${e.message}`); // eslint-disable-line no-console
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@typescript-eslint/typescript-estree",
|
3
|
-
"version": "8.1.1-alpha.
|
3
|
+
"version": "8.1.1-alpha.3",
|
4
4
|
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
|
5
5
|
"files": [
|
6
6
|
"dist",
|
@@ -54,8 +54,8 @@
|
|
54
54
|
"typecheck": "tsc --noEmit"
|
55
55
|
},
|
56
56
|
"dependencies": {
|
57
|
-
"@typescript-eslint/types": "8.1.1-alpha.
|
58
|
-
"@typescript-eslint/visitor-keys": "8.1.1-alpha.
|
57
|
+
"@typescript-eslint/types": "8.1.1-alpha.3",
|
58
|
+
"@typescript-eslint/visitor-keys": "8.1.1-alpha.3",
|
59
59
|
"debug": "^4.3.4",
|
60
60
|
"globby": "^11.1.0",
|
61
61
|
"is-glob": "^4.0.3",
|