mirror of https://github.com/sveltejs/svelte
parent
52b0951db6
commit
9e36293a8c
@ -1,5 +1,6 @@
|
||||
export { default as compile } from './compile/index';
|
||||
export { default as parse } from './parse/index';
|
||||
export { default as preprocess } from './preprocess/index';
|
||||
export { walk } from 'estree-walker';
|
||||
|
||||
export const VERSION = '__VERSION__';
|
||||
|
Loading…
Reference in new issue