@lwc/errors
Advanced tools
Comparing version 8.12.2 to 8.12.3
@@ -170,1 +170,2 @@ import { DiagnosticLevel } from '../../shared/types'; | ||
}; | ||
//# sourceMappingURL=compiler.d.ts.map |
@@ -7,1 +7,2 @@ /** | ||
export * from './template-transform'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -174,1 +174,2 @@ import { DiagnosticLevel } from '../../shared/types'; | ||
}; | ||
//# sourceMappingURL=lwc-class.d.ts.map |
@@ -744,1 +744,2 @@ import { DiagnosticLevel } from '../../shared/types'; | ||
}; | ||
//# sourceMappingURL=template-transform.d.ts.map |
@@ -59,1 +59,2 @@ import { CompilerError } from './utils'; | ||
export declare function normalizeToDiagnostic(errorInfo: LWCErrorInfo, error: any, origin?: CompilerDiagnosticOrigin): CompilerDiagnostic; | ||
//# sourceMappingURL=errors.d.ts.map |
@@ -16,1 +16,2 @@ import type { LWCErrorInfo } from '../shared/types'; | ||
} | ||
//# sourceMappingURL=instrumentation.d.ts.map |
@@ -45,1 +45,2 @@ import { DiagnosticLevel } from '../shared/types'; | ||
export declare function getLocation(origin: CompilerDiagnosticOrigin | undefined, obj?: any): Location | undefined; | ||
//# sourceMappingURL=utils.d.ts.map |
/** | ||
* Copyright (c) 2024 Salesforce, Inc. | ||
* Copyright (c) 2025 Salesforce, Inc. | ||
*/ | ||
@@ -1418,3 +1418,3 @@ 'use strict'; | ||
exports.normalizeToDiagnostic = normalizeToDiagnostic; | ||
/** version: 8.12.2 */ | ||
/** version: 8.12.3 */ | ||
//# sourceMappingURL=index.cjs.js.map |
export * from './compiler/errors'; | ||
export * from './shared/types'; | ||
export * from './compiler/instrumentation'; | ||
//# sourceMappingURL=index.d.ts.map |
/** | ||
* Copyright (c) 2024 Salesforce, Inc. | ||
* Copyright (c) 2025 Salesforce, Inc. | ||
*/ | ||
@@ -1400,3 +1400,3 @@ /* | ||
export { CompilerError, CompilerMetrics, CompilerValidationErrors, DecoratorErrors, DiagnosticLevel, GENERIC_COMPILER_ERROR, LWCClassErrors, ModuleResolutionErrors, ParserDiagnostics, TemplateErrors, TransformerErrors, generateCompilerDiagnostic, generateCompilerError, generateErrorMessage, invariant, normalizeToCompilerError, normalizeToDiagnostic }; | ||
/** version: 8.12.2 */ | ||
/** version: 8.12.3 */ | ||
//# sourceMappingURL=index.js.map |
@@ -23,1 +23,2 @@ export declare enum DiagnosticLevel { | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
@@ -8,1 +8,2 @@ /** | ||
export declare function templateString(template: string, args: any[]): string; | ||
//# sourceMappingURL=utils.d.ts.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/errors", | ||
"version": "8.12.2", | ||
"version": "8.12.3", | ||
"description": "LWC Error Utilities", | ||
@@ -33,3 +33,4 @@ "keywords": [ | ||
"files": [ | ||
"dist" | ||
"dist/**/*.js", | ||
"dist/**/*.d.ts" | ||
], | ||
@@ -36,0 +37,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147913
15