w(node,'a11y_autocomplete_valid',`${`'${values.value}' is an invalid value for 'autocomplete' on \`<input type="${values.type}">\``}\nhttps://svelte.dev/e/${'a11y_autocomplete_valid'}`);
@ -236,7 +236,7 @@ export function a11y_img_redundant_alt(node, values) {
w(node,'a11y_incorrect_aria_attribute_type',`${`The value of '${values.attribute}' must be a ${values.type}`}\nhttps://svelte.dev/e/${'a11y_incorrect_aria_attribute_type'}`);
@ -281,7 +281,7 @@ export function a11y_incorrect_aria_attribute_type_integer(node, values) {
w(node,'a11y_incorrect_aria_attribute_type_token',`${`The value of '${values.attribute}' must be exactly one of ${values.values}`}\nhttps://svelte.dev/e/${'a11y_incorrect_aria_attribute_type_token'}`);
@ -290,7 +290,7 @@ export function a11y_incorrect_aria_attribute_type_token(node, values) {
w(node,'a11y_incorrect_aria_attribute_type_tokenlist',`${`The value of '${values.attribute}' must be a space-separated list of one or more of ${values.values}`}\nhttps://svelte.dev/e/${'a11y_incorrect_aria_attribute_type_tokenlist'}`);
@ -317,7 +317,7 @@ export function a11y_interactive_supports_focus(node, values) {
w(node,'a11y_invalid_attribute',`${`'${values.href_value}' is not a valid ${values.href_attribute} attribute`}\nhttps://svelte.dev/e/${'a11y_invalid_attribute'}`);
@ -362,7 +362,7 @@ export function a11y_misplaced_scope(node, values) {
w(node,'a11y_missing_attribute',`${`\`<${values.name}>\` element should have ${values.article}${values.sequence} attribute`}\nhttps://svelte.dev/e/${'a11y_missing_attribute'}`);
@ -380,7 +380,7 @@ export function a11y_missing_content(node, values) {
w(node,'a11y_mouse_events_have_key_events',`${`'${values.event}' event must be accompanied by '${values.accompanied_by}' event`}\nhttps://svelte.dev/e/${'a11y_mouse_events_have_key_events'}`);
@ -398,7 +398,7 @@ export function a11y_no_abstract_role(node, values) {
w(node,'a11y_no_interactive_element_to_noninteractive_role',`${`\`<${values.element}>\` cannot have role '${values.role}'`}\nhttps://svelte.dev/e/${'a11y_no_interactive_element_to_noninteractive_role'}`);
@ -416,7 +416,7 @@ export function a11y_no_noninteractive_element_interactions(node, values) {
w(node,'a11y_no_noninteractive_element_to_interactive_role',`${`Non-interactive element \`<${values.element}>\` cannot have interactive role '${values.role}'`}\nhttps://svelte.dev/e/${'a11y_no_noninteractive_element_to_interactive_role'}`);
@ -443,7 +443,7 @@ export function a11y_no_redundant_roles(node, values) {
w(node,'a11y_no_static_element_interactions',`${`\`<${values.element}>\` with a ${values.handler} handler must have an ARIA role`}\nhttps://svelte.dev/e/${'a11y_no_static_element_interactions'}`);
@ -461,7 +461,7 @@ export function a11y_positive_tabindex(node, values) {
w(node,'a11y_role_has_required_aria_props',`${`Elements with the ARIA role "${values.role}" must have the following attributes defined: ${values.props}`}\nhttps://svelte.dev/e/${'a11y_role_has_required_aria_props'}`);
@ -470,7 +470,7 @@ export function a11y_role_has_required_aria_props(node, values) {
w(node,'a11y_role_supports_aria_props',`${`The attribute '${values.attribute}' is not supported by the role '${values.role}'`}\nhttps://svelte.dev/e/${'a11y_role_supports_aria_props'}`);
@ -479,7 +479,7 @@ export function a11y_role_supports_aria_props(node, values) {
w(node,'a11y_role_supports_aria_props_implicit',`${`The attribute '${values.attribute}' is not supported by the role '${values.role}'. This role is implicit on the element \`<${values.name}>\``}\nhttps://svelte.dev/e/${'a11y_role_supports_aria_props_implicit'}`);
@ -488,7 +488,7 @@ export function a11y_role_supports_aria_props_implicit(node, values) {
w(node,'a11y_unknown_aria_attribute',`${(values?.suggestion!==undefined?`Unknown aria attribute 'aria-${values.attribute}'. Did you mean '${values.suggestion}'?`:`Unknown aria attribute 'aria-${values.attribute}'`)}\nhttps://svelte.dev/e/${'a11y_unknown_aria_attribute'}`);
@ -497,7 +497,7 @@ export function a11y_unknown_aria_attribute(node, values) {
w(node,'a11y_unknown_role',`${(values?.suggestion!==undefined?`Unknown role '${values.role}'. Did you mean '${values.suggestion}'?`:`Unknown role '${values.role}'`)}\nhttps://svelte.dev/e/${'a11y_unknown_role'}`);
@ -515,7 +515,7 @@ export function bidirectional_control_characters(node, values) {
w(node,'legacy_code',`${`\`${values.code}\` is no longer valid — please use \`${values.suggestion}\` instead`}\nhttps://svelte.dev/e/${'legacy_code'}`);
@ -524,7 +524,7 @@ export function legacy_code(node, values) {
w(node,'unknown_code',`${(values?.suggestion!==undefined?`\`${values.code}\` is not a recognised code (did you mean \`${values.suggestion}\`?)`:`\`${values.code}\` is not a recognised code`)}\nhttps://svelte.dev/e/${'unknown_code'}`);
@ -668,7 +668,7 @@ export function reactive_declaration_module_script_dependency(node, values) {
w(node,'state_referenced_locally',`${`This reference only captures the initial value of \`${values.name}\`. Did you mean to reference it inside a ${values.type} instead?`}\nhttps://svelte.dev/e/${'state_referenced_locally'}`);
@ -722,7 +722,7 @@ export function attribute_illegal_colon(node, values) {
w(node,'attribute_invalid_property_name',`${`'${values.wrong}' is not a valid HTML attribute. Did you mean '${values.right}'?`}\nhttps://svelte.dev/e/${'attribute_invalid_property_name'}`);
@ -767,7 +767,7 @@ export function component_name_lowercase(node, values) {
w(node,'element_implicitly_closed',`${`This element is implicitly closed by the following \`${values.tag}\`, which can cause an unexpected DOM structure. Add an explicit \`${values.closing}\` to avoid surprises.`}\nhttps://svelte.dev/e/${'element_implicitly_closed'}`);
@ -848,7 +848,7 @@ export function svelte_element_invalid_this(node, values) {
/**
*`<svelte:self>`isdeprecated—useself-imports(e.g.`import %name% from './%basename%'`)instead
w(node,'svelte_self_deprecated',`${`\`<svelte:self>\` is deprecated — use self-imports (e.g. \`import ${values.name} from './${values.basename}'\`) instead`}\nhttps://svelte.dev/e/${'svelte_self_deprecated'}`);