Package Exports
Supported import paths exposed by the core framework package.
#Public exports
Import from these subpaths instead of reaching into package internals. The package selects browser and server implementations where an export provides conditional entry points.
| Import path | Purpose |
|---|---|
@absolutejs/absolute | Framework-neutral server APIs and shared types. |
@absolutejs/absolute/build | Programmatic production build entry point. |
@absolutejs/absolute/client | Framework-neutral browser runtime APIs. |
@absolutejs/absolute/image | Client-side image URL and optimization helpers. |
@absolutejs/absolute/islands | Framework-neutral island runtime and contracts. |
@absolutejs/absolute/angular | Angular browser integration and public APIs. |
@absolutejs/absolute/angular/components | Angular components supplied by AbsoluteJS. |
@absolutejs/absolute/angular/server | Angular server-rendering integration. |
@absolutejs/absolute/react | React browser integration and public APIs. |
@absolutejs/absolute/react/components | React components supplied by AbsoluteJS. |
@absolutejs/absolute/react/hooks | React hooks supplied by AbsoluteJS. |
@absolutejs/absolute/react/router | React Router integration for client navigation. |
@absolutejs/absolute/react/server | React server-rendering integration. |
@absolutejs/absolute/svelte | Svelte browser integration and public APIs. |
@absolutejs/absolute/svelte/server | Svelte server-rendering integration. |
@absolutejs/absolute/svelte/router | Svelte client router primitives. |
@absolutejs/absolute/svelte/components/*.svelte | Direct Head, Image, JsonLd, AwaitSlot, and StreamSlot component entry points. Head, Image, and JsonLd also expose .js aliases. |
@absolutejs/absolute/svelte/Island.svelte | Direct Svelte Island component entry point; the equivalent .js alias is also exported. |
@absolutejs/absolute/svelte/router/*.svelte | Direct Svelte Link, Route, and Router component entry points; equivalent .js aliases are also exported. |
@absolutejs/absolute/vue | Vue browser integration and public APIs. |
@absolutejs/absolute/vue/components | Vue components supplied by AbsoluteJS. |
@absolutejs/absolute/vue/components/Image.vue | Direct Vue image component entry point. |
@absolutejs/absolute/vue/server | Vue server-rendering integration. |
@absolutejs/absolute/style-module-shim | Type declarations for imported style modules. |