mirror of https://github.com/sveltejs/svelte
parent
a24ea0a487
commit
b9a762d5e0
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: hoist imports on top
|
||||
@ -1,6 +1,6 @@
|
||||
import "svelte/internal/disclose-version";
|
||||
import * as $ from "svelte/internal/client";
|
||||
import { random } from './module.svelte';
|
||||
import * as $ from "svelte/internal/client";
|
||||
|
||||
export default function Imports_in_modules($$anchor) {
|
||||
|
||||
|
||||
Loading…
Reference in new issue