function disableCodeGenerationimport { disableCodeGeneration } from "https://dotland.deno.dev/x/deno_dom@v0.1.37/src/dom/selectors/selectors.ts"; disableCodeGeneration()Explicitly disable querySelector/All code generation with the Function constructor forcing the Sizzle engine. Enables those APIs on platforms like Deno Deploy that don't allow code generation.