From f4e44fe050a0db03021d851309623d08f0c3955f Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Thu, 30 May 2024 10:54:45 +0200 Subject: [PATCH] Added todo. --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 728d342..5065098 100644 --- a/TODO.md +++ b/TODO.md @@ -11,3 +11,4 @@ - [ ] figure out how to make the GroovyClassLoader consistent between the groovy compiler configuration and the wvc compiler configuration. - [ ] figure out better closure transpilation for wvc. +- [ ] in di, figure out how to not error if there are no injected args and @Inject is not present.