From 9bea981130bd27af61d9e6d580eda31a1a51a538 Mon Sep 17 00:00:00 2001 From: uzmoi Date: Sun, 13 Oct 2024 19:29:35 +0900 Subject: [PATCH] fix api report --- etc/aiscript.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/aiscript.api.md b/etc/aiscript.api.md index ef4fff0a..896df856 100644 --- a/etc/aiscript.api.md +++ b/etc/aiscript.api.md @@ -854,7 +854,7 @@ type VUserFn = VFnBase & { // Warnings were encountered during analysis: // -// src/interpreter/index.ts:47:4 - (ae-forgotten-export) The symbol "LogObject" needs to be exported by the entry point index.d.ts +// src/interpreter/index.ts:44:4 - (ae-forgotten-export) The symbol "LogObject" needs to be exported by the entry point index.d.ts // src/interpreter/value.ts:46:2 - (ae-forgotten-export) The symbol "Type" needs to be exported by the entry point index.d.ts // (No @packageDocumentation comment for this package)