Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 16x 16x 16x 16x 16x | /* This file is generated by scripts/process-messages/index.js. Do not edit! */ import { DEV } from 'esm-env'; var bold = 'font-weight: bold'; var normal = 'font-weight: normal'; /** * `<svelte:element this="%tag%">` is a void element — it cannot have content * @param {boolean} trace * @param {string} tag */ export function dynamic_void_element_content(trace, tag) { if (DEV) { console.warn(`%c[svelte] ${"dynamic_void_element_content"}\n%c${`\`<svelte:element this="${tag}">\` is a void element — it cannot have content`}`, bold, normal); if (trace) console.trace('stack trace'); } else { // TODO print a link to the documentation console.warn("dynamic_void_element_content"); } } |