@angular-eslint/template-parser 17.0.2-alpha.0 → 17.0.2-alpha.2
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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -197,7 +197,7 @@ function parseForESLint(code, options) {
|
|
|
197
197
|
end: (0, convert_source_span_to_loc_1.convertNodeSourceSpanToLoc)(endSourceSpan).end,
|
|
198
198
|
};
|
|
199
199
|
}
|
|
200
|
-
// TODO: Stop suppressing parse errors by default in
|
|
200
|
+
// TODO: Stop suppressing parse errors by default in v18
|
|
201
201
|
const suppressParseErrors = (_a = options.suppressParseErrors) !== null && _a !== void 0 ? _a : true;
|
|
202
202
|
if (!suppressParseErrors && ((_b = angularCompilerResult.errors) === null || _b === void 0 ? void 0 : _b.length)) {
|
|
203
203
|
throw createTemplateParseError(angularCompilerResult.errors[0]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/template-parser",
|
|
3
|
-
"version": "17.0.2-alpha.
|
|
3
|
+
"version": "17.0.2-alpha.2",
|
|
4
4
|
"description": "Angular Template parser for ESLint",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"LICENSE"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@angular-eslint/bundled-angular-compiler": "17.0.2-alpha.
|
|
20
|
+
"@angular-eslint/bundled-angular-compiler": "17.0.2-alpha.2",
|
|
21
21
|
"eslint-scope": "^7.0.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|