Skip to content

Commit

Permalink
fix(signal2): root exports and reg alwatr module
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jun 5, 2023
1 parent bb19b41 commit 19a2124
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions core/signal2/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
export * from './multithread-context.js';
export * from './context.js';
import {globalAlwatr} from '@alwatr/logger';

export * from './simple-signal.js';
export * from './event.js';
export * from './context.js';
export * from './multithread-context.js';

globalAlwatr.registeredList.push({
name: '@alwatr/signal2',
version: _ALWATR_VERSION_,
});

0 comments on commit 19a2124

Please sign in to comment.