From 7c74bc790576a59eede2b860f82b48ae14f59426 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 5 Jul 2022 19:15:38 +0200 Subject: [PATCH] ok I lied about running the linter locally --- 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 29c8d48e4b..60447dfdcb 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 \ No newline at end of file +// additional exports added through generate-type-definitions.js