mirror of https://github.com/sveltejs/svelte
parent
38ee4f15cf
commit
f6934a1d20
@ -0,0 +1,8 @@
|
|||||||
|
[{
|
||||||
|
"message": "Imported identifiers cannot have a name of 'root' due to technical limitations",
|
||||||
|
"pos": 17,
|
||||||
|
"loc": {
|
||||||
|
"line": 2,
|
||||||
|
"column": 8
|
||||||
|
}
|
||||||
|
}]
|
@ -0,0 +1,3 @@
|
|||||||
|
<script>
|
||||||
|
import root from 'foo';
|
||||||
|
</script>
|
Loading…
Reference in new issue