@astrale-os/kernel-core 0.4.3 → 0.5.0
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/auth/methods/jwt/jwt.method.d.ts +1 -1
- package/dist/auth/methods/jwt/jwt.method.d.ts.map +1 -1
- package/dist/auth/methods/jwt/jwt.method.js +1 -1
- package/dist/auth/methods/jwt/jwt.method.js.map +1 -1
- package/dist/domain/addressing/layout/build.d.ts +2 -0
- package/dist/domain/addressing/layout/build.d.ts.map +1 -1
- package/dist/domain/addressing/layout/build.js +6 -0
- package/dist/domain/addressing/layout/build.js.map +1 -1
- package/dist/domain/addressing/layout/default.d.ts +18 -3
- package/dist/domain/addressing/layout/default.d.ts.map +1 -1
- package/dist/domain/addressing/layout/default.js +28 -3
- package/dist/domain/addressing/layout/default.js.map +1 -1
- package/dist/domain/addressing/namespace.d.ts +7 -1
- package/dist/domain/addressing/namespace.d.ts.map +1 -1
- package/dist/domain/addressing/namespace.js +13 -1
- package/dist/domain/addressing/namespace.js.map +1 -1
- package/dist/domain/addressing/paths/constants.d.ts +4 -0
- package/dist/domain/addressing/paths/constants.d.ts.map +1 -1
- package/dist/domain/addressing/paths/constants.js +4 -0
- package/dist/domain/addressing/paths/constants.js.map +1 -1
- package/dist/domain/addressing/paths/domain.js +5 -2
- package/dist/domain/addressing/paths/domain.js.map +1 -1
- package/dist/domain/addressing/paths/function.d.ts +63 -0
- package/dist/domain/addressing/paths/function.d.ts.map +1 -0
- package/dist/domain/addressing/paths/function.js +161 -0
- package/dist/domain/addressing/paths/function.js.map +1 -0
- package/dist/domain/addressing/paths/index.d.ts +4 -2
- package/dist/domain/addressing/paths/index.d.ts.map +1 -1
- package/dist/domain/addressing/paths/index.js +4 -2
- package/dist/domain/addressing/paths/index.js.map +1 -1
- package/dist/domain/addressing/paths/parse.d.ts.map +1 -1
- package/dist/domain/addressing/paths/parse.js +4 -0
- package/dist/domain/addressing/paths/parse.js.map +1 -1
- package/dist/domain/addressing/paths/view.d.ts +62 -0
- package/dist/domain/addressing/paths/view.d.ts.map +1 -0
- package/dist/domain/addressing/paths/view.js +160 -0
- package/dist/domain/addressing/paths/view.js.map +1 -0
- package/dist/domain/addressing/paths/zod.d.ts +5 -1
- package/dist/domain/addressing/paths/zod.d.ts.map +1 -1
- package/dist/domain/addressing/paths/zod.js +5 -1
- package/dist/domain/addressing/paths/zod.js.map +1 -1
- package/dist/domain/addressing/refs/build.d.ts +3 -1
- package/dist/domain/addressing/refs/build.d.ts.map +1 -1
- package/dist/domain/addressing/refs/build.js +37 -47
- package/dist/domain/addressing/refs/build.js.map +1 -1
- package/dist/domain/addressing/refs/iterate.d.ts +2 -1
- package/dist/domain/addressing/refs/iterate.d.ts.map +1 -1
- package/dist/domain/addressing/refs/iterate.js +17 -11
- package/dist/domain/addressing/refs/iterate.js.map +1 -1
- package/dist/domain/addressing/refs/semantic-path.d.ts +38 -0
- package/dist/domain/addressing/refs/semantic-path.d.ts.map +1 -0
- package/dist/domain/addressing/refs/semantic-path.js +51 -0
- package/dist/domain/addressing/refs/semantic-path.js.map +1 -0
- package/dist/domain/addressing/refs/types.d.ts +38 -0
- package/dist/domain/addressing/refs/types.d.ts.map +1 -1
- package/dist/domain/compile/compile.d.ts +3 -1
- package/dist/domain/compile/compile.d.ts.map +1 -1
- package/dist/domain/compile/compile.js +2 -2
- package/dist/domain/compile/compile.js.map +1 -1
- package/dist/domain/compile/function/types.d.ts +23 -0
- package/dist/domain/compile/function/types.d.ts.map +1 -0
- package/dist/domain/compile/function/types.js +2 -0
- package/dist/domain/compile/function/types.js.map +1 -0
- package/dist/domain/compile/view/serialized.d.ts +28 -0
- package/dist/domain/compile/view/serialized.d.ts.map +1 -0
- package/dist/domain/compile/view/serialized.js +12 -0
- package/dist/domain/compile/view/serialized.js.map +1 -0
- package/dist/domain/compile/view/types.d.ts +21 -0
- package/dist/domain/compile/view/types.d.ts.map +1 -0
- package/dist/domain/compile/view/types.js +2 -0
- package/dist/domain/compile/view/types.js.map +1 -0
- package/dist/domain/deserialize/deserialize.d.ts.map +1 -1
- package/dist/domain/deserialize/deserialize.js +91 -69
- package/dist/domain/deserialize/deserialize.js.map +1 -1
- package/dist/domain/identity/resolve-callables.d.ts +16 -10
- package/dist/domain/identity/resolve-callables.d.ts.map +1 -1
- package/dist/domain/identity/resolve-callables.js +34 -5
- package/dist/domain/identity/resolve-callables.js.map +1 -1
- package/dist/domain/index.d.ts +3 -0
- package/dist/domain/index.d.ts.map +1 -1
- package/dist/domain/index.js.map +1 -1
- package/dist/domain/install-bundle.d.ts +1 -1
- package/dist/domain/install-bundle.d.ts.map +1 -1
- package/dist/domain/install-bundle.js +1 -1
- package/dist/domain/install-bundle.js.map +1 -1
- package/dist/domain/origin.d.ts +2 -0
- package/dist/domain/origin.d.ts.map +1 -1
- package/dist/domain/origin.js +6 -2
- package/dist/domain/origin.js.map +1 -1
- package/dist/domain/serialize/schema.d.ts +2 -0
- package/dist/domain/serialize/schema.d.ts.map +1 -1
- package/dist/domain/serialize/schema.js +128 -11
- package/dist/domain/serialize/schema.js.map +1 -1
- package/dist/domain/serialize/serialize.d.ts +7 -0
- package/dist/domain/serialize/serialize.d.ts.map +1 -1
- package/dist/domain/serialize/serialize.js.map +1 -1
- package/dist/graph/nav/path/kinds/registry.d.ts +20 -16
- package/dist/graph/nav/path/kinds/registry.d.ts.map +1 -1
- package/dist/graph/nav/path/kinds/registry.js +23 -19
- package/dist/graph/nav/path/kinds/registry.js.map +1 -1
- package/dist/graph/sync/reconcile/resolve.d.ts.map +1 -1
- package/dist/graph/sync/reconcile/resolve.js +1 -1
- package/dist/graph/sync/reconcile/resolve.js.map +1 -1
- package/dist/kernel.d.ts +78 -15
- package/dist/kernel.d.ts.map +1 -1
- package/dist/path-dsl.d.ts +4 -1
- package/dist/path-dsl.d.ts.map +1 -1
- package/dist/path-dsl.js +8 -1
- package/dist/path-dsl.js.map +1 -1
- package/dist/schema/classes/edges/calls.class.d.ts +6 -1
- package/dist/schema/classes/edges/calls.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/constrained-by.class.d.ts +6 -1
- package/dist/schema/classes/edges/constrained-by.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/excluded-from.class.d.ts +6 -1
- package/dist/schema/classes/edges/excluded-from.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/extends-with.class.d.ts +6 -1
- package/dist/schema/classes/edges/extends-with.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/extends.class.d.ts +6 -1
- package/dist/schema/classes/edges/extends.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/from.class.d.ts +4 -1
- package/dist/schema/classes/edges/from.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/has-parent.class.d.ts +11 -1
- package/dist/schema/classes/edges/has-parent.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/has-perm.class.d.ts +12 -1
- package/dist/schema/classes/edges/has-perm.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/implements.class.d.ts +5 -1
- package/dist/schema/classes/edges/implements.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/installed-in.class.d.ts +3 -1
- package/dist/schema/classes/edges/installed-in.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/instance-of.class.d.ts +4 -1
- package/dist/schema/classes/edges/instance-of.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/method-of.class.d.ts +3 -1
- package/dist/schema/classes/edges/method-of.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/of-domain.class.d.ts +3 -1
- package/dist/schema/classes/edges/of-domain.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/to.class.d.ts +4 -1
- package/dist/schema/classes/edges/to.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/view-for.class.d.ts +3 -1
- package/dist/schema/classes/edges/view-for.class.d.ts.map +1 -1
- package/dist/schema/definitions/edge-class.d.ts +13 -2
- package/dist/schema/definitions/edge-class.d.ts.map +1 -1
- package/dist/schema/definitions/edge-class.js +4 -1
- package/dist/schema/definitions/edge-class.js.map +1 -1
- package/dist/schema/interfaces/generics/Sluggable.interface.d.ts.map +1 -1
- package/dist/schema/interfaces/generics/Sluggable.interface.js +1 -1
- package/dist/schema/interfaces/generics/Sluggable.interface.js.map +1 -1
- package/dist/schema/schema.d.ts +79 -15
- package/dist/schema/schema.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.js","sourceRoot":"","sources":["../../../../graph/sync/reconcile/resolve.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"resolve.js","sourceRoot":"","sources":["../../../../graph/sync/reconcile/resolve.ts"],"names":[],"mappings":"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"}
|
package/dist/kernel.d.ts
CHANGED
|
@@ -9455,21 +9455,84 @@ export declare const K: import("./domain").Domain<import("@astrale-os/kernel-dsl
|
|
|
9455
9455
|
}>];
|
|
9456
9456
|
}>];
|
|
9457
9457
|
}>;
|
|
9458
|
-
readonly has_parent: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9469
|
-
readonly
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9458
|
+
readonly has_parent: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9459
|
+
readonly implements: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
|
|
9460
|
+
readonly properties: {
|
|
9461
|
+
slug: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import(".").Slug, string>>>;
|
|
9462
|
+
};
|
|
9463
|
+
}>];
|
|
9464
|
+
readonly noSelf: true;
|
|
9465
|
+
readonly acyclic: true;
|
|
9466
|
+
}, "props"> & {
|
|
9467
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9468
|
+
}>;
|
|
9469
|
+
readonly has_perm: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9470
|
+
readonly props: {
|
|
9471
|
+
perm: import("zod").ZodNumber;
|
|
9472
|
+
};
|
|
9473
|
+
}, "props"> & {
|
|
9474
|
+
readonly properties: {
|
|
9475
|
+
readonly perm: import("zod").ZodNumber;
|
|
9476
|
+
};
|
|
9477
|
+
} & {
|
|
9478
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9479
|
+
}>;
|
|
9480
|
+
readonly of_domain: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9481
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9482
|
+
}>;
|
|
9483
|
+
readonly instance_of: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9484
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9485
|
+
}>;
|
|
9486
|
+
readonly implements: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9487
|
+
readonly noSelf: true;
|
|
9488
|
+
}, "props"> & {
|
|
9489
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9490
|
+
}>;
|
|
9491
|
+
readonly extends: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9492
|
+
readonly noSelf: true;
|
|
9493
|
+
readonly acyclic: true;
|
|
9494
|
+
}, "props"> & {
|
|
9495
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9496
|
+
}>;
|
|
9497
|
+
readonly method_of: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9498
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9499
|
+
}>;
|
|
9500
|
+
readonly from: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9501
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9502
|
+
}>;
|
|
9503
|
+
readonly to: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9504
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9505
|
+
}>;
|
|
9506
|
+
readonly excluded_from: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9507
|
+
readonly noSelf: true;
|
|
9508
|
+
readonly acyclic: true;
|
|
9509
|
+
}, "props"> & {
|
|
9510
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9511
|
+
}>;
|
|
9512
|
+
readonly constrained_by: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9513
|
+
readonly noSelf: true;
|
|
9514
|
+
readonly acyclic: true;
|
|
9515
|
+
}, "props"> & {
|
|
9516
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9517
|
+
}>;
|
|
9518
|
+
readonly extends_with: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9519
|
+
readonly noSelf: true;
|
|
9520
|
+
readonly acyclic: true;
|
|
9521
|
+
}, "props"> & {
|
|
9522
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9523
|
+
}>;
|
|
9524
|
+
readonly calls: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9525
|
+
readonly noSelf: true;
|
|
9526
|
+
readonly acyclic: true;
|
|
9527
|
+
}, "props"> & {
|
|
9528
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9529
|
+
}>;
|
|
9530
|
+
readonly installed_in: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9531
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9532
|
+
}>;
|
|
9533
|
+
readonly view_for: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9534
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9535
|
+
}>;
|
|
9473
9536
|
}> & {
|
|
9474
9537
|
readonly domain: "kernel.astrale.ai";
|
|
9475
9538
|
}>;
|
package/dist/kernel.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kernel.d.ts","sourceRoot":"","sources":["../kernel.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAU7C,eAAO,MAAM,CAAC
|
|
1
|
+
{"version":3,"file":"kernel.d.ts","sourceRoot":"","sources":["../kernel.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAU7C,eAAO,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAS5C,oEAAoE;AACpE,eAAO,MAAM,gBAAgB;aAC3B,SAAS;aACT,SAAS;CACD,CAAA;AAEV,iEAAiE;AACjE,eAAO,MAAM,aAAa;aACxB,MAAM;CACE,CAAA;AAEV;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,EAAE,UAIhB,CAAA;AAEV;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,oBAAoB,EAAE,WAAW,CAAC,MAAM,CAInD,CAAA"}
|
package/dist/path-dsl.d.ts
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* mth`/:messaging:M:send` → MethodPath
|
|
13
13
|
* cls`/:messaging:class.X` → ClassPath
|
|
14
14
|
* iface`/:messaging:interface.X`→ InterfacePath
|
|
15
|
+
* func`/:messaging:function.seed`→ FunctionPath
|
|
15
16
|
* fn`@${nodeId}::send` → InstanceMethodPath
|
|
16
17
|
* p`/${whatever}` → Path (auto-narrowed at runtime)
|
|
17
18
|
*
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
*/
|
|
29
30
|
import type { CompiledDomain } from '#domain/compile/types';
|
|
30
31
|
import type { TreePath } from './graph/tree';
|
|
31
|
-
import { ClassPath, DomainPath, InstanceMethodPath, InterfacePath, MethodPath } from './domain/addressing/paths';
|
|
32
|
+
import { ClassPath, DomainPath, FunctionPath, InstanceMethodPath, InterfacePath, MethodPath, ViewPath } from './domain/addressing/paths';
|
|
32
33
|
import { IdPath, Path } from './graph/nav/path';
|
|
33
34
|
import { AbsolutePath, RelativePath } from './graph/tree';
|
|
34
35
|
/**
|
|
@@ -55,6 +56,8 @@ export declare const dom: (s: DSLInput, ...v: unknown[]) => DomainPath;
|
|
|
55
56
|
export declare const mth: (s: DSLInput, ...v: unknown[]) => MethodPath;
|
|
56
57
|
export declare const cls: (s: DSLInput, ...v: unknown[]) => ClassPath;
|
|
57
58
|
export declare const iface: (s: DSLInput, ...v: unknown[]) => InterfacePath;
|
|
59
|
+
export declare const func: (s: DSLInput, ...v: unknown[]) => FunctionPath;
|
|
60
|
+
export declare const view: (s: DSLInput, ...v: unknown[]) => ViewPath;
|
|
58
61
|
export declare const fn: (s: DSLInput, ...v: unknown[]) => InstanceMethodPath;
|
|
59
62
|
export declare const id: (s: DSLInput, ...v: unknown[]) => IdPath;
|
|
60
63
|
export declare const p: (s: DSLInput, ...v: unknown[]) => Path;
|
package/dist/path-dsl.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"path-dsl.d.ts","sourceRoot":"","sources":["../path-dsl.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"path-dsl.d.ts","sourceRoot":"","sources":["../path-dsl.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAA;AAI5C,OAAO,EACL,SAAS,EACT,UAAU,EACV,YAAY,EACZ,kBAAkB,EAClB,aAAa,EACb,UAAU,EACV,QAAQ,EACT,MAAM,2BAA2B,CAAA;AAYlC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAoB,MAAM,kBAAkB,CAAA;AAGjE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,cAAc,CAAA;AASzD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,CAwBnE;AAID,KAAK,QAAQ,GAAG,MAAM,GAAG,oBAAoB,CAAA;AAM7C,eAAO,MAAM,IAAI,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,QAA2C,CAAA;AAE/F,eAAO,MAAM,GAAG,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,YAA+C,CAAA;AAElG,eAAO,MAAM,GAAG,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,YAA+C,CAAA;AAElG,eAAO,MAAM,GAAG,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,UAA2C,CAAA;AAE9F,eAAO,MAAM,GAAG,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,UAA2C,CAAA;AAE9F,eAAO,MAAM,GAAG,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,SAAyC,CAAA;AAE5F,eAAO,MAAM,KAAK,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,aACnB,CAAA;AAElC,eAAO,MAAM,IAAI,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,YAA+C,CAAA;AAEnG,eAAO,MAAM,IAAI,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,QAAuC,CAAA;AAE3F,eAAO,MAAM,EAAE,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,kBACX,CAAA;AAEvC,eAAO,MAAM,EAAE,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,MAAmC,CAAA;AAErF,eAAO,MAAM,CAAC,MAAO,QAAQ,QAAQ,OAAO,EAAE,KAAG,IAA+B,CAAA"}
|
package/dist/path-dsl.js
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* mth`/:messaging:M:send` → MethodPath
|
|
13
13
|
* cls`/:messaging:class.X` → ClassPath
|
|
14
14
|
* iface`/:messaging:interface.X`→ InterfacePath
|
|
15
|
+
* func`/:messaging:function.seed`→ FunctionPath
|
|
15
16
|
* fn`@${nodeId}::send` → InstanceMethodPath
|
|
16
17
|
* p`/${whatever}` → Path (auto-narrowed at runtime)
|
|
17
18
|
*
|
|
@@ -28,12 +29,14 @@
|
|
|
28
29
|
*/
|
|
29
30
|
import { domainGrammar } from './domain/addressing/grammar/domain';
|
|
30
31
|
import { instanceMethodGrammar } from './domain/addressing/grammar/instance-method';
|
|
31
|
-
import { ClassPath, DomainPath, InstanceMethodPath, InterfacePath, MethodPath, } from './domain/addressing/paths';
|
|
32
|
+
import { ClassPath, DomainPath, FunctionPath, InstanceMethodPath, InterfacePath, MethodPath, ViewPath, } from './domain/addressing/paths';
|
|
32
33
|
import { makeClassPathType } from './domain/addressing/paths/class';
|
|
33
34
|
import { makeDomainPathType } from './domain/addressing/paths/domain';
|
|
35
|
+
import { makeFunctionPathType } from './domain/addressing/paths/function';
|
|
34
36
|
import { instanceMethodPathType } from './domain/addressing/paths/instance-method';
|
|
35
37
|
import { makeInterfacePathType } from './domain/addressing/paths/interface';
|
|
36
38
|
import { makeMethodPathType } from './domain/addressing/paths/method';
|
|
39
|
+
import { makeViewPathType } from './domain/addressing/paths/view';
|
|
37
40
|
import { installedInSegment } from './domain/addressing/segments/installed-in';
|
|
38
41
|
import { methodOfSegment } from './domain/addressing/segments/method-of';
|
|
39
42
|
import { ofDomainSegment } from './domain/addressing/segments/of-domain';
|
|
@@ -83,6 +86,8 @@ export function registerKernelLanguage(kernel) {
|
|
|
83
86
|
PathTypeRegistry.register(makeClassPathType(kernel));
|
|
84
87
|
PathTypeRegistry.register(makeInterfacePathType(kernel));
|
|
85
88
|
PathTypeRegistry.register(makeMethodPathType(kernel));
|
|
89
|
+
PathTypeRegistry.register(makeFunctionPathType(kernel));
|
|
90
|
+
PathTypeRegistry.register(makeViewPathType(kernel));
|
|
86
91
|
}
|
|
87
92
|
function toRaw(s, values) {
|
|
88
93
|
return typeof s === 'string' ? s : String.raw(s, ...values);
|
|
@@ -94,6 +99,8 @@ export const dom = (s, ...v) => DomainPath.parse(toRaw(s, v));
|
|
|
94
99
|
export const mth = (s, ...v) => MethodPath.parse(toRaw(s, v));
|
|
95
100
|
export const cls = (s, ...v) => ClassPath.parse(toRaw(s, v));
|
|
96
101
|
export const iface = (s, ...v) => InterfacePath.parse(toRaw(s, v));
|
|
102
|
+
export const func = (s, ...v) => FunctionPath.parse(toRaw(s, v));
|
|
103
|
+
export const view = (s, ...v) => ViewPath.parse(toRaw(s, v));
|
|
97
104
|
export const fn = (s, ...v) => InstanceMethodPath.parse(toRaw(s, v));
|
|
98
105
|
export const id = (s, ...v) => IdPath.parse(toRaw(s, v));
|
|
99
106
|
export const p = (s, ...v) => Path.parse(toRaw(s, v));
|
package/dist/path-dsl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"path-dsl.js","sourceRoot":"","sources":["../path-dsl.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"path-dsl.js","sourceRoot":"","sources":["../path-dsl.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export declare const Calls: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const Calls: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
readonly acyclic: true;
|
|
4
|
+
}, "props"> & {
|
|
5
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
6
|
+
}>;
|
|
2
7
|
//# sourceMappingURL=calls.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calls.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/calls.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"calls.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/calls.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;EAIjB,CAAA"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export declare const ConstrainedBy: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const ConstrainedBy: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
readonly acyclic: true;
|
|
4
|
+
}, "props"> & {
|
|
5
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
6
|
+
}>;
|
|
2
7
|
//# sourceMappingURL=constrained-by.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constrained-by.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/constrained-by.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"constrained-by.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/constrained-by.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;EAIzB,CAAA"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export declare const ExcludedFrom: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const ExcludedFrom: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
readonly acyclic: true;
|
|
4
|
+
}, "props"> & {
|
|
5
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
6
|
+
}>;
|
|
2
7
|
//# sourceMappingURL=excluded-from.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"excluded-from.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/excluded-from.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"excluded-from.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/excluded-from.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;EAIxB,CAAA"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export declare const ExtendsWith: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const ExtendsWith: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
readonly acyclic: true;
|
|
4
|
+
}, "props"> & {
|
|
5
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
6
|
+
}>;
|
|
2
7
|
//# sourceMappingURL=extends-with.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extends-with.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/extends-with.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"extends-with.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/extends-with.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;EAIvB,CAAA"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export declare const Extends: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const Extends: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
readonly acyclic: true;
|
|
4
|
+
}, "props"> & {
|
|
5
|
+
readonly inherits: readonly [typeof import("../../interfaces").Edge];
|
|
6
|
+
}>;
|
|
2
7
|
//# sourceMappingURL=extends.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extends.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/extends.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"extends.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/extends.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO;;;;;EAInB,CAAA"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { Edge } from '#schema/interfaces';
|
|
2
|
+
export declare const From: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
3
|
+
readonly inherits: readonly [typeof Edge];
|
|
4
|
+
}>;
|
|
2
5
|
//# sourceMappingURL=from.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"from.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/from.class.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"from.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/from.class.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE/C,eAAO,MAAM,IAAI;;EAGhB,CAAA"}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
export declare const HasParent: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const HasParent: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly implements: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
|
|
3
|
+
readonly properties: {
|
|
4
|
+
slug: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("../../..").Slug, string>>>;
|
|
5
|
+
};
|
|
6
|
+
}>];
|
|
7
|
+
readonly noSelf: true;
|
|
8
|
+
readonly acyclic: true;
|
|
9
|
+
}, "props"> & {
|
|
10
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
11
|
+
}>;
|
|
2
12
|
//# sourceMappingURL=has-parent.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"has-parent.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/has-parent.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"has-parent.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/has-parent.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;EAIrB,CAAA"}
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
import z from 'zod';
|
|
2
|
+
export declare const HasPerm: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
3
|
+
readonly props: {
|
|
4
|
+
perm: z.ZodNumber;
|
|
5
|
+
};
|
|
6
|
+
}, "props"> & {
|
|
7
|
+
readonly properties: {
|
|
8
|
+
readonly perm: z.ZodNumber;
|
|
9
|
+
};
|
|
10
|
+
} & {
|
|
11
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
12
|
+
}>;
|
|
2
13
|
//# sourceMappingURL=has-perm.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"has-perm.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/has-perm.class.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"has-perm.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/has-perm.class.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAA;AAKnB,eAAO,MAAM,OAAO;;QAGP,IAAI;;;;;;;;EAChB,CAAA"}
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
export declare const Implements: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const Implements: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
}, "props"> & {
|
|
4
|
+
readonly inherits: readonly [typeof import("../../interfaces").Edge];
|
|
5
|
+
}>;
|
|
2
6
|
//# sourceMappingURL=implements.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"implements.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/implements.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"implements.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/implements.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;EAItB,CAAA"}
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export declare const InstalledIn: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const InstalledIn: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
2
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
3
|
+
}>;
|
|
2
4
|
//# sourceMappingURL=installed-in.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"installed-in.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/installed-in.class.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"installed-in.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/installed-in.class.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW;;EAGvB,CAAA"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { Edge } from '#schema/interfaces';
|
|
2
|
+
export declare const InstanceOf: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
3
|
+
readonly inherits: readonly [typeof Edge];
|
|
4
|
+
}>;
|
|
2
5
|
//# sourceMappingURL=instance-of.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance-of.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/instance-of.class.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"instance-of.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/instance-of.class.ts"],"names":[],"mappings":"AAEA,OAAO,EAAQ,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE/C,eAAO,MAAM,UAAU;;EAGtB,CAAA"}
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export declare const MethodOf: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const MethodOf: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
2
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
3
|
+
}>;
|
|
2
4
|
//# sourceMappingURL=method-of.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"method-of.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/method-of.class.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"method-of.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/method-of.class.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ;;EAGpB,CAAA"}
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export declare const OfDomain: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const OfDomain: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
2
|
+
readonly inherits: readonly [typeof import("../../interfaces").Edge];
|
|
3
|
+
}>;
|
|
2
4
|
//# sourceMappingURL=of-domain.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"of-domain.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/of-domain.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"of-domain.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/of-domain.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;EAGpB,CAAA"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { Edge } from '#schema/interfaces';
|
|
2
|
+
export declare const To: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
3
|
+
readonly inherits: readonly [typeof Edge];
|
|
4
|
+
}>;
|
|
2
5
|
//# sourceMappingURL=to.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"to.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/to.class.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"to.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/to.class.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE/C,eAAO,MAAM,EAAE;;EAGd,CAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
/** A UI node renders the data of a target node or class. */
|
|
2
|
-
export declare const ViewFor: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
2
|
+
export declare const ViewFor: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
3
|
+
readonly inherits: readonly [typeof import("../../interfaces").Edge];
|
|
4
|
+
}>;
|
|
3
5
|
//# sourceMappingURL=view-for.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-for.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/view-for.class.ts"],"names":[],"mappings":"AAKA,4DAA4D;AAC5D,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"view-for.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/view-for.class.ts"],"names":[],"mappings":"AAKA,4DAA4D;AAC5D,eAAO,MAAM,OAAO;;EAGnB,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type EdgeClassDef, type EndpointConfig, type NodeInterfaceDef, type PropertyShape, type FnDef } from '@astrale-os/kernel-dsl';
|
|
2
|
+
import { Edge } from '#schema/interfaces/Edge.interface';
|
|
2
3
|
interface EdgeClassOpts {
|
|
3
4
|
noSelf?: boolean;
|
|
4
5
|
acyclic?: boolean;
|
|
@@ -8,7 +9,17 @@ interface EdgeClassOpts {
|
|
|
8
9
|
props?: PropertyShape;
|
|
9
10
|
methods?: Record<string, FnDef>;
|
|
10
11
|
}
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
type WithRemappedProps<C extends EdgeClassOpts> = Omit<C, 'props'> & (C extends {
|
|
13
|
+
props: infer P extends PropertyShape;
|
|
14
|
+
} ? {
|
|
15
|
+
readonly properties: P;
|
|
16
|
+
} : {});
|
|
17
|
+
/** Concrete edge class — auto-inherits Edge, with endpoints.
|
|
18
|
+
* Endpoints are deliberately NOT captured as literal generics — the full
|
|
19
|
+
* endpoint def types blow past TS's declaration-serialization limit on the
|
|
20
|
+
* kernel schema (TS7056). Only the config (props/methods) is preserved. */
|
|
21
|
+
export declare function edgeClass<const C extends EdgeClassOpts = Record<never, never>>(from: EndpointConfig, to: EndpointConfig, opts?: C): EdgeClassDef<EndpointConfig, EndpointConfig, WithRemappedProps<C> & {
|
|
22
|
+
readonly inherits: readonly [typeof Edge];
|
|
23
|
+
}>;
|
|
13
24
|
export {};
|
|
14
25
|
//# sourceMappingURL=edge-class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edge-class.d.ts","sourceRoot":"","sources":["../../../schema/definitions/edge-class.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,KAAK,EACX,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"edge-class.d.ts","sourceRoot":"","sources":["../../../schema/definitions/edge-class.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,KAAK,EACX,MAAM,wBAAwB,CAAA;AAE/B,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAA;AAExD,UAAU,aAAa;IACrB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,SAAS,gBAAgB,CAAC,GAAG,CAAC,EAAE,CAAA;IAC7C,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;CAChC;AAOD,KAAK,iBAAiB,CAAC,CAAC,SAAS,aAAa,IAAI,IAAI,CAAC,CAAC,EAAE,OAAO,CAAC,GAChE,CAAC,CAAC,SAAS;IAAE,KAAK,EAAE,MAAM,CAAC,SAAS,aAAa,CAAA;CAAE,GAAG;IAAE,QAAQ,CAAC,UAAU,EAAE,CAAC,CAAA;CAAE,GAAG,EAAE,CAAC,CAAA;AAExF;;;2EAG2E;AAC3E,wBAAgB,SAAS,CAAC,KAAK,CAAC,CAAC,SAAS,aAAa,GAAG,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,EAC5E,IAAI,EAAE,cAAc,EACpB,EAAE,EAAE,cAAc,EAClB,IAAI,CAAC,EAAE,CAAC,GACP,YAAY,CACb,cAAc,EACd,cAAc,EACd,iBAAiB,CAAC,CAAC,CAAC,GAAG;IAAE,QAAQ,CAAC,QAAQ,EAAE,SAAS,CAAC,OAAO,IAAI,CAAC,CAAA;CAAE,CACrE,CAWA"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
// oxlint-disable typescript/no-explicit-any
|
|
2
2
|
import { edgeClass as builderEdgeClass, } from '@astrale-os/kernel-dsl';
|
|
3
3
|
import { Edge } from '#schema/interfaces/Edge.interface';
|
|
4
|
-
/** Concrete edge class — auto-inherits Edge, with endpoints
|
|
4
|
+
/** Concrete edge class — auto-inherits Edge, with endpoints.
|
|
5
|
+
* Endpoints are deliberately NOT captured as literal generics — the full
|
|
6
|
+
* endpoint def types blow past TS's declaration-serialization limit on the
|
|
7
|
+
* kernel schema (TS7056). Only the config (props/methods) is preserved. */
|
|
5
8
|
export function edgeClass(from, to, opts) {
|
|
6
9
|
const { noSelf, acyclic, unique, symmetric, props, ...rest } = opts ?? {};
|
|
7
10
|
const constraints = noSelf || acyclic || unique || symmetric ? { noSelf, acyclic, unique, symmetric } : undefined;
|