Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lwc/errors

Package Overview
Dependencies
Maintainers
0
Versions
797
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.9.0 to 8.10.0-alpha.0

5

dist/compiler/errors.d.ts

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

4

dist/compiler/instrumentation.d.ts

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc