feat: added jsx support and some tests
This commit is contained in:
35
index.ts
35
index.ts
@@ -1,26 +1,9 @@
|
||||
export {
|
||||
ISubscription,
|
||||
IPublisher,
|
||||
Publisher,
|
||||
} from './lib/Publisher';
|
||||
|
||||
export {
|
||||
default as ISubscriber,
|
||||
LEvent,
|
||||
} from './lib/Subscriber';
|
||||
|
||||
export {
|
||||
default as Rung,
|
||||
RungOptions,
|
||||
} from './lib/Rung';
|
||||
|
||||
export {
|
||||
default as Capsule,
|
||||
} from './lib/Capsule';
|
||||
|
||||
export {
|
||||
bootstrap,
|
||||
frag,
|
||||
h,
|
||||
q,
|
||||
} from './lib/helpers';
|
||||
import "./lib/jsxFactory";
|
||||
export type { ISubscription, IPublisher } from './lib/Publisher';
|
||||
export { Publisher } from './lib/Publisher';
|
||||
export type { default as ISubscriber, LEvent } from './lib/Subscriber';
|
||||
export { default as Rung } from './lib/Rung';
|
||||
export type { RungOptions } from './lib/Rung';
|
||||
export { default as Capsule } from './lib/Capsule';
|
||||
export type { ICapsule } from './lib/Capsule';
|
||||
export { bootstrap, frag, h, q } from './lib/helpers';
|
||||
Reference in New Issue
Block a user