This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
[WIP] Document Generator #204
Annotations
9 errors and 2 warnings
lint:
src/lib/components/FileDropZone.svelte#L5
Component has unused export property 'onchange'. If it is for external reference only, please consider using `export const onchange`(export_let_unused)
|
lint:
src/lib/icons/EditIcon.svelte#L1
Self-closing HTML tags for non-void elements are ambiguous — use `<i ...></i>` rather than `<i ... />`(element_invalid_self_closing_tag)
|
lint:
src/lib/icons/EyeIcon.svelte#L1
Self-closing HTML tags for non-void elements are ambiguous — use `<i ...></i>` rather than `<i ... />`(element_invalid_self_closing_tag)
|
lint:
src/lib/icons/PlusIcon.svelte#L1
Self-closing HTML tags for non-void elements are ambiguous — use `<i ...></i>` rather than `<i ... />`(element_invalid_self_closing_tag)
|
lint:
src/lib/icons/SaveIcon.svelte#L1
Self-closing HTML tags for non-void elements are ambiguous — use `<i ...></i>` rather than `<i ... />`(element_invalid_self_closing_tag)
|
lint:
src/lib/icons/TrashIcon.svelte#L1
Self-closing HTML tags for non-void elements are ambiguous — use `<i ...></i>` rather than `<i ... />`(element_invalid_self_closing_tag)
|
lint:
src/routes/document-generation/SectionNode.svelte#L35
Mixing old (on:click) and new syntaxes for event handling is not allowed. Use only the onclick syntax(mixed_event_handler_syntaxes)
|
lint
Process completed with exit code 1.
|
testing
Process completed with exit code 1.
|
lint:
src/routes/dev/+page.svelte#L4
'files' is assigned a value but never used. Allowed unused vars must match /^_/u
|
testing
No files were found with the provided path: test-results/**/*.webm. No artifacts will be uploaded.
|