@lwc/errors
Advanced tools
Comparing version 8.5.0 to 8.6.0
/** | ||
* Next error code: 1201 | ||
* Next error code: 1202 | ||
*/ | ||
@@ -4,0 +4,0 @@ export * from './compiler'; |
@@ -737,2 +737,8 @@ import { DiagnosticLevel } from '../../shared/types'; | ||
}; | ||
IGNORED_SLOT_ATTRIBUTE_IN_CHILD: { | ||
code: number; | ||
message: string; | ||
level: DiagnosticLevel; | ||
url: string; | ||
}; | ||
}; |
@@ -1263,2 +1263,8 @@ /** | ||
}, | ||
IGNORED_SLOT_ATTRIBUTE_IN_CHILD: { | ||
code: 1201, | ||
message: 'The slot attribute in {0} will be ignored due to its ancestor {1}. It must be a direct child of the containing component.', | ||
level: exports.DiagnosticLevel.Warning, | ||
url: '', | ||
}, | ||
}; | ||
@@ -1413,3 +1419,3 @@ | ||
exports.normalizeToDiagnostic = normalizeToDiagnostic; | ||
/** version: 8.5.0 */ | ||
/** version: 8.6.0 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -1259,2 +1259,8 @@ /** | ||
}, | ||
IGNORED_SLOT_ATTRIBUTE_IN_CHILD: { | ||
code: 1201, | ||
message: 'The slot attribute in {0} will be ignored due to its ancestor {1}. It must be a direct child of the containing component.', | ||
level: DiagnosticLevel.Warning, | ||
url: '', | ||
}, | ||
}; | ||
@@ -1395,3 +1401,3 @@ | ||
export { CompilerError, CompilerMetrics, CompilerValidationErrors, DecoratorErrors, DiagnosticLevel, GENERIC_COMPILER_ERROR, LWCClassErrors, ModuleResolutionErrors, ParserDiagnostics, TemplateErrors, TransformerErrors, generateCompilerDiagnostic, generateCompilerError, generateErrorMessage, invariant, normalizeToCompilerError, normalizeToDiagnostic }; | ||
/** version: 8.5.0 */ | ||
/** version: 8.6.0 */ | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/errors", | ||
"version": "8.5.0", | ||
"version": "8.6.0", | ||
"description": "LWC Error Utilities", | ||
@@ -10,0 +10,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
207823
4041