This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
svelte
mirror of
https://github.com/sveltejs/svelte
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
252895d42a
svelte
/
test
/
vars
/
samples
/
actions
/
input.svelte
8 lines
101 B
Raw
Normal View
History
Unescape
Escape
failing tests for #2133
6 years ago
<
script
>
note action/etc. references even when hoistable (#2294)
6 years ago
import hoistable_foo from '';
failing tests for #2133
6 years ago
let foo;
<
/
script
>
note action/etc. references even when hoistable (#2294)
6 years ago
<
div
use:hoistable_foo
/
>
failing tests for #2133
6 years ago
<
div
use:foo
/
>