@askrjs/askr 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component-BBGWJdqJ.d.ts +177 -0
- package/dist/foundations/index.d.ts +32 -0
- package/dist/foundations/index.js +146 -0
- package/dist/foundations/index.js.map +1 -0
- package/dist/{fx.js → fx/index.js} +2 -2
- package/dist/fx/index.js.map +1 -0
- package/dist/index.d.ts +4 -134
- package/dist/layout-D5MqtW_q.d.ts +14 -0
- package/dist/{resources.d.ts → resources/index.d.ts} +3 -0
- package/dist/{resources.js → resources/index.js} +10 -3
- package/dist/resources/index.js.map +1 -0
- package/dist/{router.d.ts → router/index.d.ts} +4 -16
- package/dist/{router.js → router/index.js} +2 -2
- package/dist/router/index.js.map +1 -0
- package/dist/{ssr.d.ts → ssr/index.d.ts} +2 -2
- package/dist/{ssr.js → ssr/index.js} +2 -2
- package/dist/ssr/index.js.map +1 -0
- package/package.json +7 -5
- package/dist/fx.js.map +0 -1
- package/dist/resources.js.map +0 -1
- package/dist/router.js.map +0 -1
- package/dist/ssr.js.map +0 -1
- /package/dist/{fx.d.ts → fx/index.d.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as Props, J as JSXElement } from '
|
|
2
|
-
import { b as RouteHandler } from '
|
|
1
|
+
import { P as Props, J as JSXElement } from '../jsx-AzPM8gMS.js';
|
|
2
|
+
import { b as RouteHandler } from '../router-DaGtH1Sq.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Common call contracts: SSR error types
|
|
@@ -3922,5 +3922,5 @@ function renderToSinkInternal(opts) {
|
|
|
3922
3922
|
}
|
|
3923
3923
|
|
|
3924
3924
|
export { SSRDataMissingError, collectResources, popSSRStrictPurityGuard, pushSSRStrictPurityGuard, renderToStream, renderToString, renderToStringSync, renderToStringSyncForUrl, resolvePlan, resolveResources };
|
|
3925
|
-
//# sourceMappingURL=
|
|
3926
|
-
//# sourceMappingURL=
|
|
3925
|
+
//# sourceMappingURL=index.js.map
|
|
3926
|
+
//# sourceMappingURL=index.js.map
|