mirror of https://github.com/sveltejs/svelte
parent
969ae39d1c
commit
37630f2ff7
@ -1,3 +0,0 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({ skip: true });
|
||||
@ -1,14 +1,14 @@
|
||||
[
|
||||
{
|
||||
"code": "invalid-tag-attribute",
|
||||
"message": "'tag' must be a string literal",
|
||||
"code": "invalid-svelte-option-customElement",
|
||||
"message": "\"customElement\" must be a string literal defining a valid custom element name or an object of the form { tag: string; shadow?: \"open\" | \"none\"; props?: { [key: string]: { attribute?: string; reflect?: boolean; type: .. } } }",
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 16
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 24
|
||||
"column": 34
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@ -1 +1 @@
|
||||
<svelte:options tag={42}/>
|
||||
<svelte:options customElement={42}/>
|
||||
|
||||
Loading…
Reference in new issue