Skip to content

Commit

Permalink
undo auto-fix changes from markdownlint-cli2
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Jan 22, 2025
1 parent d4c983e commit c73e15e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ERRORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,47 +141,47 @@ The import of `defineMeta` from this addon could not be found while parsing the

If you get this error, please open a bug report with detailed reproduction steps including the code that caused the error.

<https://github.com/storybookjs/addon-svelte-csf/issues/new>
https://github.com/storybookjs/addon-svelte-csf/issues/new

### `SB_SVELTE_CSF_PARSER_EXTRACT_COMPILED_0002`

A variable declaration with the `defineMeta` call could not be found while parsing the _compiled_ code.

If you get this error, please open a bug report with detailed reproduction steps including the code that caused the error.

<https://github.com/storybookjs/addon-svelte-csf/issues/new>
https://github.com/storybookjs/addon-svelte-csf/issues/new

### `SB_SVELTE_CSF_PARSER_EXTRACT_COMPILED_0003`

A default export could not be found while parsing the _compiled_ code. The Svelte compiler should automatically default export a component, but this couldn't be found for some reason.

If you get this error, please open a bug report with detailed reproduction steps including the code that caused the error.

<https://github.com/storybookjs/addon-svelte-csf/issues/new>
https://github.com/storybookjs/addon-svelte-csf/issues/new

### `SB_SVELTE_CSF_PARSER_EXTRACT_COMPILED_0004`

A `Story` identifier could not be found while parsing the _compiled_ code.

If you get this error, please open a bug report with detailed reproduction steps including the code that caused the error.

<https://github.com/storybookjs/addon-svelte-csf/issues/new>
https://github.com/storybookjs/addon-svelte-csf/issues/new

### `SB_SVELTE_CSF_PARSER_EXTRACT_COMPILED_0005`

A main function component could not be found while parsing the _compiled_ code.

If you get this error, please open a bug report with detailed reproduction steps including the code that caused the error.

<https://github.com/storybookjs/addon-svelte-csf/issues/new>
https://github.com/storybookjs/addon-svelte-csf/issues/new

### `SB_SVELTE_CSF_PARSER_EXTRACT_COMPILED_0006`

A Story-component's props could not be extracted as an object expression from the _compiled_ code.

If you get this error, please open a bug report with detailed reproduction steps including the code that caused the error.

<https://github.com/storybookjs/addon-svelte-csf/issues/new>
https://github.com/storybookjs/addon-svelte-csf/issues/new

## `PARSER_ANALYSE_DEFINE_META`

Expand Down

0 comments on commit c73e15e

Please sign in to comment.