/** * Unlike most of lumina-compiler code, this entrypoint may be executed in the * browser (or in node.js), depending on where the tests are running. * * Thus, make sure to not import anything from the rest of the lumina-compiler * in this bundle. */ export type { RenderOptions, RenderResult } from './mount.ts'; export { mount } from './mount.ts'; export { setupLuminaTest } from './setupFile.ts'; export { wrapController } from './wrapController.ts';