@lwc/errors
Advanced tools
Comparing version 8.9.0 to 8.10.0-alpha.0
@@ -1,3 +0,4 @@ | ||
import { LWCErrorInfo } from '../shared/types'; | ||
import { CompilerDiagnosticOrigin, CompilerDiagnostic, CompilerError } from './utils'; | ||
import { CompilerError } from './utils'; | ||
import type { LWCErrorInfo } from '../shared/types'; | ||
import type { CompilerDiagnosticOrigin, CompilerDiagnostic } from './utils'; | ||
export { CompilerDiagnosticOrigin, CompilerDiagnostic, CompilerError } from './utils'; | ||
@@ -4,0 +5,0 @@ export * from './error-info'; |
@@ -1,3 +0,3 @@ | ||
import { LWCErrorInfo } from '../shared/types'; | ||
import { ErrorConfig } from './errors'; | ||
import type { LWCErrorInfo } from '../shared/types'; | ||
import type { ErrorConfig } from './errors'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Pattern modeled after @lwc/engine-core's reporting.ts system |
@@ -1,2 +0,3 @@ | ||
import { Location, DiagnosticLevel } from '../shared/types'; | ||
import { DiagnosticLevel } from '../shared/types'; | ||
import type { Location } from '../shared/types'; | ||
export interface CompilerDiagnosticOrigin { | ||
@@ -3,0 +4,0 @@ filename?: string; |
@@ -1418,3 +1418,3 @@ /** | ||
exports.normalizeToDiagnostic = normalizeToDiagnostic; | ||
/** version: 8.9.0 */ | ||
/** version: 8.10.0-alpha.0 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -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.9.0 */ | ||
/** version: 8.10.0-alpha.0 */ | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/errors", | ||
"version": "8.9.0", | ||
"version": "8.10.0-alpha.0", | ||
"description": "LWC Error Utilities", | ||
@@ -45,2 +45,2 @@ "keywords": [ | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
207936
4043
1