Update src/compiler/index.ts

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/7658/head
Simon H 4 years ago committed by GitHub
parent 7c74bc7905
commit 6a100db86b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,4 +4,4 @@ export { default as preprocess } from './preprocess/index';
export { walk } from 'estree-walker'; export { walk } from 'estree-walker';
export const VERSION = '__VERSION__'; export const VERSION = '__VERSION__';
// additional exports added through generate-type-definitions.js // additional exports added through generate-type-definitions.js

Loading…
Cancel
Save