You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/packages/svelte/tests/validator/samples/multiple-script-module-context/errors.json

15 lines
258 B

[
{
"code": "script_duplicate",
"message": "A component can have a single top-level `<script>` element and/or a single top-level `<script module>` element",
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 0
}
}
]