mirror of https://github.com/sveltejs/svelte
parent
8e6c2aa45a
commit
02f5f89305
@ -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