Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jul 10, 2024
2 parents 74ca119 + 4647a59 commit c1b49f7
Show file tree
Hide file tree
Showing 19 changed files with 2,301 additions and 1,653 deletions.
3,336 changes: 1,762 additions & 1,574 deletions coverage/lcov.info

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/entity.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ declare namespace entity {
meta: {
provide: boolean;
};
strict: boolean;
ent: import("gubu").Node<unknown>;
};
var preload: (this: any, context: any) => {
name: string;
Expand Down
10 changes: 10 additions & 0 deletions dist/entity.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/entity.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lib/make_entity.d.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { Canon, CanonSpec } from '../types';
declare function entargs(this: any, ent: Entity, args: any): any;
declare function makeEntMsg(this: any, ent: Entity, entmsg: any): any;
declare class Entity implements Record<string, any> {
entity$: string;
mark$?: string;
private$: {
canon: any;
promise: boolean;
get_instance: () => any;
entargs: typeof entargs;
makeEntMsg: typeof makeEntMsg;
options: any;
};
constructor(canon: any, seneca: any, options: any);
Expand Down
96 changes: 77 additions & 19 deletions dist/lib/make_entity.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lib/make_entity.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/store.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c1b49f7

Please sign in to comment.