feat(runtime): add slotchange
event and assignedNodes
/ assignedElements
methods for scoped: true
slots
#13535
Annotations
10 errors
ESLint:
src/runtime/dom-extras.ts#L105
'insertedNode' is never reassigned. Use 'const' instead
|
ESLint:
src/runtime/slot-polyfill-utils.ts#L1
Run autofix to sort these imports!
|
ESLint:
src/runtime/slot-polyfill-utils.ts#L98
Missing JSDoc @param "flatten" declaration
|
ESLint:
src/runtime/slot-polyfill-utils.ts#L211
JSDoc @returns declaration present but return expression not available in function
|
ESLint:
src/runtime/slot-polyfill-utils.ts#L215
Missing JSDoc @returns description
|
ESLint:
src/runtime/slot-polyfill-utils.ts#L222
'toReturn' is never reassigned. Use 'const' instead
|
ESLint:
src/runtime/slot-polyfill-utils.ts#L240
Missing JSDoc @param "parentHost" declaration
|
ESLint:
src/runtime/slot-polyfill-utils.ts#L243
Missing JSDoc @param "slottedNode" description
|
ESLint:
test/wdio/scoped-slot-assigned-methods/cmp.test.tsx#L1
Run autofix to sort these imports!
|
ESLint:
test/wdio/scoped-slot-assigned-methods/cmp.test.tsx#L82
'eles' is never reassigned. Use 'const' instead
|
Loading