Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@lwc/errors

Package Overview
Dependencies
Maintainers
15
Versions
865
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.22.3
to
8.22.4
+1
-1
dist/compiler/error-info/index.d.ts
/**
* 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

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

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

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

"name": "@lwc/errors",
"version": "8.22.3",
"version": "8.22.4",
"description": "LWC Error Utilities",

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