Reinstate walk

pull/3400/head
Rich Harris 5 years ago committed by GitHub
parent 52b0951db6
commit 9e36293a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,6 @@
export { default as compile } from './compile/index'; export { default as compile } from './compile/index';
export { default as parse } from './parse/index'; export { default as parse } from './parse/index';
export { default as preprocess } from './preprocess/index'; export { default as preprocess } from './preprocess/index';
export { walk } from 'estree-walker';
export const VERSION = '__VERSION__'; export const VERSION = '__VERSION__';

Loading…
Cancel
Save