Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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.24.0
to
8.25.0
+4
-0
dist/compiler/utils.d.ts

@@ -23,2 +23,6 @@ import { DiagnosticLevel } from '../shared/types';

}
export declare class CompilerAggregateError extends AggregateError {
readonly errors: CompilerError[];
constructor(errors: CompilerError[], message?: string);
}
/**

@@ -25,0 +29,0 @@ * Extracts an error code from the given error.

@@ -79,2 +79,8 @@ /**

}
class CompilerAggregateError extends AggregateError {
constructor(errors, message) {
super(errors, message);
this.errors = errors;
}
}
/**

@@ -1503,2 +1509,3 @@ * Extracts an error code from the given error.

exports.CompilerAggregateError = CompilerAggregateError;
exports.CompilerError = CompilerError;

@@ -1520,3 +1527,3 @@ exports.CompilerValidationErrors = CompilerValidationErrors;

exports.normalizeToDiagnostic = normalizeToDiagnostic;
/** version: 8.24.0 */
/** version: 8.25.0 */
//# sourceMappingURL=index.cjs.js.map
export * from './compiler/errors';
export * from './shared/types';
export * from './compiler/instrumentation';
export { CompilerAggregateError } from './compiler/utils';
//# sourceMappingURL=index.d.ts.map
+8
-2

@@ -75,2 +75,8 @@ /**

}
class CompilerAggregateError extends AggregateError {
constructor(errors, message) {
super(errors, message);
this.errors = errors;
}
}
/**

@@ -1499,4 +1505,4 @@ * Extracts an error code from the given error.

export { CompilerError, CompilerMetrics, CompilerValidationErrors, DecoratorErrors, DiagnosticLevel, GENERIC_COMPILER_ERROR, LWCClassErrors, ModuleResolutionErrors, ParserDiagnostics, SsrCompilerErrors, TemplateErrors, TransformerErrors, generateCompilerDiagnostic, generateCompilerError, generateErrorMessage, invariant, normalizeToCompilerError, normalizeToDiagnostic };
/** version: 8.24.0 */
export { CompilerAggregateError, CompilerError, CompilerMetrics, CompilerValidationErrors, DecoratorErrors, DiagnosticLevel, GENERIC_COMPILER_ERROR, LWCClassErrors, ModuleResolutionErrors, ParserDiagnostics, SsrCompilerErrors, TemplateErrors, TransformerErrors, generateCompilerDiagnostic, generateCompilerError, generateErrorMessage, invariant, normalizeToCompilerError, normalizeToDiagnostic };
/** version: 8.25.0 */
//# sourceMappingURL=index.js.map

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

"name": "@lwc/errors",
"version": "8.24.0",
"version": "8.25.0",
"description": "LWC Error Utilities",

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