Skip to content

Commit

Permalink
0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Oct 7, 2024
1 parent c9b717c commit f8d6fe5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 349 deletions.
2 changes: 1 addition & 1 deletion behivior.js → emc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { BeHive, seed, MountObserver } from 'be-hive/be-hive.js';
import {Registry} from 'be-hive/Registry.js';
import {aggs} from 'be-hive/aggEvt.js';
/** @import {EMC, EventListenerOrFn} from './ts-refs/trans-render/be/types.d.ts' */
/** @import {EMC, EventListenerOrFn} from './ts-refs/trans-render/be/types' */
/** @import {Actions, PAP, AP} from './ts-refs/be-calculating/types' */;
/** @import {CSSQuery} from './ts-refs/trans-render/types.js' */

Expand Down
347 changes: 0 additions & 347 deletions legacy/be-calculating.js

This file was deleted.

2 changes: 1 addition & 1 deletion 🧮.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check
import { MountObserver, seed, BeHive } from 'be-hive/be-hive.js';
import { emc as baseEMC } from './behivior.js';
import { emc as baseEMC } from './emc.js';
import {Registry} from 'be-hive/Registry.js';
import {aggs} from 'be-hive/aggEvt.js';
/** @import {EMC, EventListenerOrFn} from './ts-refs/trans-render/be/types' */;
Expand Down

0 comments on commit f8d6fe5

Please sign in to comment.