mirror of https://github.com/sveltejs/svelte
expose svelte.walk (#2661)
parent
ab711ac89c
commit
54a8eb9fd4
@ -1,4 +1,5 @@
|
||||
export { default as compile } from './compile/index';
|
||||
export { default as preprocess } from './preprocess/index';
|
||||
export { walk } from 'estree-walker';
|
||||
|
||||
export const VERSION = '__VERSION__';
|
Loading…
Reference in new issue