@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
27 lines (26 loc) • 479 B
JavaScript
/**
* This re-exports the QRL handlers so that they can be used as QRLs.
*
* In vite dev mode, this file is referenced directly. This ensures that the correct path to core is
* used so that there's only one instance of Qwik.
*
* Make sure that these handlers are listed in manifest.ts
*/
export {
_chk,
_rsc,
_res,
_run,
_task,
_val,
// Each
_eaC,
_eaT,
// Suspense
_suC,
_suT,
// Reveal
_reR,
_reC,
_reT,
} from '.dev/core/internal';