@lwc/errors
Advanced tools
| /** | ||
| * Next error code: 1209 | ||
| * Next error code: 1211 | ||
| */ | ||
@@ -4,0 +4,0 @@ export * from './compiler'; |
@@ -767,3 +767,3 @@ import { DiagnosticLevel } from '../../shared/types'; | ||
| }; | ||
| COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED_COMPLEX: { | ||
| COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED_CTE_UNQUOTED: { | ||
| code: number; | ||
@@ -774,3 +774,3 @@ message: string; | ||
| }; | ||
| INVALID_NODE_COMPLEX: { | ||
| INVALID_NODE_CTE_UNQUOTED: { | ||
| code: number; | ||
@@ -781,3 +781,15 @@ message: string; | ||
| }; | ||
| COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED_CTE_API_VERSION: { | ||
| code: number; | ||
| message: string; | ||
| level: DiagnosticLevel; | ||
| url: string; | ||
| }; | ||
| INVALID_NODE_CTE_API_VERSION: { | ||
| code: number; | ||
| message: string; | ||
| level: DiagnosticLevel; | ||
| url: string; | ||
| }; | ||
| }; | ||
| //# sourceMappingURL=template-transform.d.ts.map |
+15
-3
@@ -1293,3 +1293,3 @@ /** | ||
| }, | ||
| COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED_COMPLEX: { | ||
| COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED_CTE_UNQUOTED: { | ||
| code: 1207, | ||
@@ -1300,3 +1300,3 @@ message: 'Template expression doesn\'t allow computed property access unless the expression is surrounded by quotes: "{0}"', | ||
| }, | ||
| INVALID_NODE_COMPLEX: { | ||
| INVALID_NODE_CTE_UNQUOTED: { | ||
| code: 1208, | ||
@@ -1307,2 +1307,14 @@ message: 'Template expression doesn\'t allow {0} unless the expression is surrounded by quotes: "{1}"', | ||
| }, | ||
| COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED_CTE_API_VERSION: { | ||
| code: 1209, | ||
| message: "Template expression doesn't allow computed property access. The current component API version ({1}) is insufficient and must be increased to at least {2} for this type of expression.", | ||
| level: exports.DiagnosticLevel.Error, | ||
| url: '', | ||
| }, | ||
| INVALID_NODE_CTE_API_VERSION: { | ||
| code: 1210, | ||
| message: "Template expression doesn't allow {0}. The current component API version ({1}) is insufficient and must be increased to at least {2} for this type of expression.", | ||
| level: exports.DiagnosticLevel.Error, | ||
| url: '', | ||
| }, | ||
| }; | ||
@@ -1476,3 +1488,3 @@ | ||
| exports.normalizeToDiagnostic = normalizeToDiagnostic; | ||
| /** version: 8.22.3 */ | ||
| /** version: 8.22.4 */ | ||
| //# sourceMappingURL=index.cjs.js.map |
+15
-3
@@ -1289,3 +1289,3 @@ /** | ||
| }, | ||
| COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED_COMPLEX: { | ||
| COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED_CTE_UNQUOTED: { | ||
| code: 1207, | ||
@@ -1296,3 +1296,3 @@ message: 'Template expression doesn\'t allow computed property access unless the expression is surrounded by quotes: "{0}"', | ||
| }, | ||
| INVALID_NODE_COMPLEX: { | ||
| INVALID_NODE_CTE_UNQUOTED: { | ||
| code: 1208, | ||
@@ -1303,2 +1303,14 @@ message: 'Template expression doesn\'t allow {0} unless the expression is surrounded by quotes: "{1}"', | ||
| }, | ||
| COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED_CTE_API_VERSION: { | ||
| code: 1209, | ||
| message: "Template expression doesn't allow computed property access. The current component API version ({1}) is insufficient and must be increased to at least {2} for this type of expression.", | ||
| level: DiagnosticLevel.Error, | ||
| url: '', | ||
| }, | ||
| INVALID_NODE_CTE_API_VERSION: { | ||
| code: 1210, | ||
| message: "Template expression doesn't allow {0}. The current component API version ({1}) is insufficient and must be increased to at least {2} for this type of expression.", | ||
| level: DiagnosticLevel.Error, | ||
| url: '', | ||
| }, | ||
| }; | ||
@@ -1457,3 +1469,3 @@ | ||
| export { CompilerError, CompilerMetrics, CompilerValidationErrors, DecoratorErrors, DiagnosticLevel, GENERIC_COMPILER_ERROR, LWCClassErrors, ModuleResolutionErrors, ParserDiagnostics, SsrCompilerErrors, TemplateErrors, TransformerErrors, generateCompilerDiagnostic, generateCompilerError, generateErrorMessage, invariant, normalizeToCompilerError, normalizeToDiagnostic }; | ||
| /** version: 8.22.3 */ | ||
| /** version: 8.22.4 */ | ||
| //# sourceMappingURL=index.js.map |
+1
-1
@@ -7,3 +7,3 @@ { | ||
| "name": "@lwc/errors", | ||
| "version": "8.22.3", | ||
| "version": "8.22.4", | ||
| "description": "LWC Error Utilities", | ||
@@ -10,0 +10,0 @@ "keywords": [ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
154776
1.07%4232
0.86%