ensure version is typed as string instead of the literal __VERSION__

pull/8502/head
gtmnayan 3 years ago
parent 9425f18e52
commit 6ba0775eb7

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

Loading…
Cancel
Save