@lwc/errors
Advanced tools
Comparing version 0.34.3 to 0.34.4-alpha1
@@ -127,3 +127,3 @@ "use strict"; | ||
code: 1107, | ||
message: "Invalid property name {0}. Properties starting with \"data\" are reserved attributes.", | ||
message: "Invalid property name \"{0}\". Properties starting with \"data\" are reserved attributes.", | ||
level: types_1.DiagnosticLevel.Error, | ||
@@ -134,3 +134,3 @@ url: "" | ||
code: 1108, | ||
message: "Invalid property name {0}. Properties starting with \"on\" are reserved for event handlers.", | ||
message: "Invalid property name \"{0}\". Properties starting with \"on\" are reserved for event handlers.", | ||
level: types_1.DiagnosticLevel.Error, | ||
@@ -141,3 +141,3 @@ url: "" | ||
code: 1109, | ||
message: "Ambiguous attribute name {0}. {0} will never be called from template because its corresponding property is camel cased. Consider renaming to \"{1}\".", | ||
message: "Ambiguous attribute name \"{0}\". \"{0}\" will never be called from template because its corresponding property is camel cased. Consider renaming to \"{1}\".", | ||
level: types_1.DiagnosticLevel.Error, | ||
@@ -154,3 +154,3 @@ url: "" | ||
code: 1111, | ||
message: "Invalid property name {0}. \"part\" is a future reserved attribute for web components.", | ||
message: "Invalid property name \"{0}\". \"part\" is a future reserved attribute for web components.", | ||
level: types_1.DiagnosticLevel.Error, | ||
@@ -157,0 +157,0 @@ url: "" |
{ | ||
"name": "@lwc/errors", | ||
"version": "0.34.3", | ||
"version": "0.34.4-alpha1", | ||
"description": "LWC Error Utilities", | ||
@@ -20,3 +20,3 @@ "main": "dist/commonjs/index.js", | ||
}, | ||
"gitHead": "9a0482cdb75e88128e63e00c498fd264d509fd6a" | ||
"gitHead": "5aa40c386dfdac48b9db4afb7a7c5711b81ebc3a" | ||
} |
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
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
83206