You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@lwc/errors

Package Overview
Dependencies
Maintainers
14
Versions
869
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/errors - npm Package Compare versions

Comparing version
8.27.0
to
8.28.0
+1
-1
dist/compiler/error-info/index.d.ts
/**
* 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

@@ -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

@@ -5,3 +5,3 @@ # LWC core license

Copyright (c) 2025, Salesforce, Inc.
Copyright (c) 2026, Salesforce, Inc.
All rights reserved.

@@ -8,0 +8,0 @@

@@ -7,3 +7,3 @@ {

"name": "@lwc/errors",
"version": "8.27.0",
"version": "8.28.0",
"description": "LWC Error Utilities",

@@ -10,0 +10,0 @@ "keywords": [