Improper action when calling `Api.compile()` without parameters
When Api.compile() is called in global scope of project script, it compiles all project including itself, which leads to infinite compilation loop.
when you close this issue? is this still happening?
when you close this issue? is this still happening? @kkim93142
I'm not sure whether this is actually a bug or not. The API1 implementation in this project, which includes this API function, is primarily intended to ensure compatibility with other messenger auto-reply apps. As far as I know, this behavior is also observed in other apps, such as MessengerBot.
Therefore, I won't consider this an issue until it's confirmed to be an unintended action. While I have considered independently addressing the problem, I am currently refraining from making changes in order to maintain compatibility.