We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9425f18 commit 2cc2991Copy full SHA for 2cc2991
src/compiler/index.ts
@@ -3,5 +3,5 @@ export { default as parse } from './parse/index';
3
export { default as preprocess } from './preprocess/index';
4
export { walk } from 'estree-walker';
5
6
-export const VERSION = '__VERSION__';
+export const VERSION: string = '__VERSION__';
7
// additional exports added through generate-type-definitions.js
0 commit comments