From 6a100db86bcafb8c9be065b9cae0b92387738e1a Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 5 Jul 2022 23:47:26 +0200 Subject: [PATCH] Update src/compiler/index.ts Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- src/compiler/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/index.ts b/src/compiler/index.ts index 60447dfdcb..76eb45d37f 100644 --- a/src/compiler/index.ts +++ b/src/compiler/index.ts @@ -4,4 +4,4 @@ export { default as preprocess } from './preprocess/index'; export { walk } from 'estree-walker'; export const VERSION = '__VERSION__'; -// additional exports added through generate-type-definitions.js +// additional exports added through generate-type-definitions.js