@jskit-ai/kernel 0.1.34 → 0.1.36
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/package.json
CHANGED
package/server/support/index.js
CHANGED
|
@@ -6,8 +6,10 @@ export { resolveRequiredAppRoot, toPosixPath } from "./path.js";
|
|
|
6
6
|
export {
|
|
7
7
|
DEFAULT_PAGE_LINK_COMPONENT_TOKEN,
|
|
8
8
|
DEFAULT_SUBPAGE_LINK_COMPONENT_TOKEN,
|
|
9
|
+
listSurfacePageRoots,
|
|
9
10
|
normalizePagesRelativeTargetFile,
|
|
10
11
|
normalizePagesRelativeTargetRoot,
|
|
12
|
+
resolveBestSurfaceMatchFromPageFile,
|
|
11
13
|
resolvePageTargetDetails,
|
|
12
14
|
deriveDefaultSubpagesHost,
|
|
13
15
|
resolveNearestParentSubpagesHost,
|
|
@@ -695,8 +695,10 @@ async function resolvePageLinkTargetDetails({
|
|
|
695
695
|
export {
|
|
696
696
|
DEFAULT_PAGE_LINK_COMPONENT_TOKEN,
|
|
697
697
|
DEFAULT_SUBPAGE_LINK_COMPONENT_TOKEN,
|
|
698
|
+
listSurfacePageRoots,
|
|
698
699
|
normalizePagesRelativeTargetFile,
|
|
699
700
|
normalizePagesRelativeTargetRoot,
|
|
701
|
+
resolveBestSurfaceMatchFromPageFile,
|
|
700
702
|
resolvePageTargetDetails,
|
|
701
703
|
deriveDefaultSubpagesHost,
|
|
702
704
|
resolveNearestParentSubpagesHost,
|