From 571e1e9d8f0bec5eb1b2613f514f8f29c57d3981 Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Wed, 15 Mar 2023 14:49:38 +0800 Subject: [PATCH] chore(TODO.md): mark batch small files in one request as completed refactor(TODO.md): rephrase optimize prompt TODO to suggest exploring cleaner alternatives to prompt --- .github/TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/TODO.md b/.github/TODO.md index f0ce2b8..18d9827 100644 --- a/.github/TODO.md +++ b/.github/TODO.md @@ -5,5 +5,6 @@ - [] make bundle smaller by properly configuring esbuild - [] [build for both mjs and cjs](https://snyk.io/blog/best-practices-create-modern-npm-package/) - [] do // TODOs in the code -- [] batch small files in one request +- [x] batch small files in one request - [] add tests +- [] optimize prompt, maybe no prompt would be cleaner