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

@lwc/errors

Package Overview
Dependencies
Maintainers
12
Versions
787
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 0.37.2 to 0.37.3-alpha

6

dist/commonjs/compiler/error-info/compiler.js

@@ -148,2 +148,8 @@ "use strict";

},
RELATIVE_DYNAMIC_IMPORT: {
code: 1120,
message: 'Illegal usage of the dynamic import syntax with a relative path.',
level: types_1.DiagnosticLevel.Error,
url: '',
},
};

@@ -150,0 +156,0 @@ exports.TransformerErrors = {

2

dist/commonjs/compiler/error-info/index.js

@@ -10,3 +10,3 @@ "use strict";

* TODO: W-5678919 - implement script to determine the next available error code
* Next error code: 1119
* Next error code: 1121
*/

@@ -13,0 +13,0 @@ function __export(m) {

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

};
RELATIVE_DYNAMIC_IMPORT: {
code: number;
message: string;
level: DiagnosticLevel;
url: string;
};
};

@@ -142,0 +148,0 @@ export declare const TransformerErrors: {

/**
* TODO: W-5678919 - implement script to determine the next available error code
* Next error code: 1119
* Next error code: 1121
*/

@@ -5,0 +5,0 @@ export * from './compiler';

{
"name": "@lwc/errors",
"version": "0.37.2",
"version": "0.37.3-alpha",
"description": "LWC Error Utilities",

@@ -19,3 +19,3 @@ "main": "dist/commonjs/index.js",

},
"gitHead": "e973c5c26e640d54dc7dd34ad6a87a2b6f512673"
"gitHead": "3f016890e8198195a4c0a9df871cae74c941a959"
}

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