@lwc/errors
Advanced tools
| /** | ||
| * Next error code: 1211 | ||
| * Next error code: 1212 | ||
| */ | ||
@@ -4,0 +4,0 @@ export * from './compiler'; |
@@ -800,3 +800,9 @@ import { DiagnosticLevel } from '../../shared/types'; | ||
| }; | ||
| readonly RESERVED_KEYWORD_AS_IDENTIFIER: { | ||
| readonly code: 1211; | ||
| readonly message: "{0} is a reserved keyword and cannot be used as an identifier."; | ||
| readonly level: DiagnosticLevel.Error; | ||
| readonly url: ""; | ||
| }; | ||
| }; | ||
| //# sourceMappingURL=template-transform.d.ts.map |
@@ -1346,2 +1346,8 @@ /** | ||
| }, | ||
| RESERVED_KEYWORD_AS_IDENTIFIER: { | ||
| code: 1211, | ||
| message: '{0} is a reserved keyword and cannot be used as an identifier.', | ||
| level: exports.DiagnosticLevel.Error, | ||
| url: '', | ||
| }, | ||
| }; | ||
@@ -1530,3 +1536,3 @@ | ||
| exports.normalizeToDiagnostic = normalizeToDiagnostic; | ||
| /** version: 8.27.0 */ | ||
| /** version: 8.28.0 */ | ||
| //# sourceMappingURL=index.cjs.js.map |
+7
-1
@@ -1342,2 +1342,8 @@ /** | ||
| }, | ||
| RESERVED_KEYWORD_AS_IDENTIFIER: { | ||
| code: 1211, | ||
| message: '{0} is a reserved keyword and cannot be used as an identifier.', | ||
| level: DiagnosticLevel.Error, | ||
| url: '', | ||
| }, | ||
| }; | ||
@@ -1510,3 +1516,3 @@ | ||
| export { CompilerAggregateError, CompilerError, CompilerMetrics, CompilerValidationErrors, DecoratorErrors, DiagnosticLevel, GENERIC_COMPILER_ERROR, LWCClassErrors, ModuleResolutionErrors, ParserDiagnostics, SsrCompilerErrors, TemplateErrors, TransformerErrors, generateCompilerDiagnostic, generateCompilerError, generateErrorMessage, invariant, normalizeToCompilerError, normalizeToDiagnostic }; | ||
| /** version: 8.27.0 */ | ||
| /** version: 8.28.0 */ | ||
| //# sourceMappingURL=index.js.map |
+1
-1
@@ -5,3 +5,3 @@ # LWC core license | ||
| Copyright (c) 2025, Salesforce, Inc. | ||
| Copyright (c) 2026, Salesforce, Inc. | ||
| All rights reserved. | ||
@@ -8,0 +8,0 @@ |
+1
-1
@@ -7,3 +7,3 @@ { | ||
| "name": "@lwc/errors", | ||
| "version": "8.27.0", | ||
| "version": "8.28.0", | ||
| "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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
179344
0.37%4366
0.41%