Six demonstrations from src/main.ts. The Vite AOT plugin in vite.config.ts inlines every type(…) call at build time, so no runtime new Function is involved.
src/main.ts
vite.config.ts
type(…)
new Function