phlex icon indicating copy to clipboard operation
phlex copied to clipboard

Recompile when methods are defined

Open joeldrapper opened this issue 9 months ago • 0 comments

We should track which methods are inlined and recompile if any of those methods are redefined at runtime.

This means the compiler needs to not only produce new source code and a source maps, but also a list of instance methods that it depends on.

joeldrapper avatar Jul 08 '25 14:07 joeldrapper