From 77e67ce64b3727ae8583c93eea77e246dedaa0b1 Mon Sep 17 00:00:00 2001
From: OliverWich <kontakt@oliver-wich.de>
Date: Tue, 20 Feb 2024 16:09:19 +0100
Subject: [PATCH] fix: warnings

---
 src/compileVueCodeForEvalFunction.ts | 1 +
 src/getAst.ts                        | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compileVueCodeForEvalFunction.ts b/src/compileVueCodeForEvalFunction.ts
index 8e248f5..4b2e7af 100644
--- a/src/compileVueCodeForEvalFunction.ts
+++ b/src/compileVueCodeForEvalFunction.ts
@@ -1,3 +1,4 @@
+// @ts-ignore
 import walkes from 'walkes'
 import {
 	EvaluableComponent,
diff --git a/src/getAst.ts b/src/getAst.ts
index 9568168..ff59a00 100644
--- a/src/getAst.ts
+++ b/src/getAst.ts
@@ -1,5 +1,4 @@
 import { Parser, Node } from 'acorn'
-// @ts-ignore this type is defined in react-styleguidist
 import jsx from 'acorn-jsx'
 
 const extendedParser = Parser.extend(jsx())
-- 
GitLab