Files
hyperframes/packages
Miguel Ángel ccee8df4e1 fix(core): revert Function constructor back to inline IIFE for composition scripts
The Function constructor (3bb0d1ef) breaks sub-composition scripts that
call document.getElementById() — the constructor creates functions with
global scope, losing access to the composition-scoped DOM proxy. Native
method calls on proxy-returned elements throw "Illegal invocation".

Reverts to the inline IIFE that preserves the closure over __hfScoped*
variables. The original motivation (handling </script> in source) is
already handled by the compiler's script bundling path.

Closes #1074
2026-05-25 15:44:35 -04:00
..
2026-05-25 16:56:50 +00:00
2026-05-25 16:56:50 +00:00
2026-05-25 16:56:50 +00:00
2026-05-25 16:56:50 +00:00
2026-05-25 16:56:50 +00:00