Commit Graph

25 Commits

Author SHA1 Message Date
Jacob Nguyen
2d28800953 style: Run prettier 2022-05-19 22:54:46 -05:00
Jacob Nguyen
b9b59197df revert: Re-add plugins overload 2022-05-17 22:30:20 -05:00
Jacob Nguyen
464fc05c1c refactor: Why is that not assignable bruh 2022-05-17 20:25:57 -05:00
Jacob Nguyen
cf85a5db64 fix: Fix return type of sernModule 2022-05-17 18:57:01 -05:00
Jacob Nguyen
82f1bad8ff refactor: Bring CommandType and PluginType to top level 2022-05-17 17:10:01 -05:00
Jacob Nguyen
c40b75d333 refactor: Simplify sernModule handler signature 2022-05-17 16:05:35 -05:00
Jacob Nguyen
2b81d53503 feat: Optional plugins to reduce bloat 2022-05-17 14:32:45 -05:00
Jacob Nguyen
972928b6a3 refactor: DRY Principles 2022-05-16 20:55:44 -05:00
Jacob Nguyen
d9db485202 refactor: switching to when statements and type predicates 2022-05-16 02:40:17 -05:00
Jacob Nguyen
a76099cbcb refactor: change loading strategy, eliminate bloat 2022-05-15 19:18:19 -05:00
Jacob Nguyen
40a10bf32b revert: Move enums to enums.ts 2022-05-15 17:38:27 -05:00
Jacob Nguyen
df1808cfb5 style: Reformat w/ prettier 2022-05-15 16:00:05 -05:00
Jacob Nguyen
b6bf08f673 refactor: Remove PluggedModule, change Module signature to support event plugins 2022-05-15 15:58:54 -05:00
Jacob Nguyen
61fe8534b5 refactor: Adding more top level imports and move partition 2022-05-15 01:03:57 -05:00
Jacob Nguyen
86457a78ff refactor: Change sernModule fn signature 2022-05-14 23:12:26 -05:00
jacoobes
88dcdee818 feat: broadening EventPlugin default generic type, reformat with prettier 2022-05-13 14:33:17 -05:00
Jacob Nguyen
46b3b9574a chore: eslint formattting 2022-05-09 15:01:10 -05:00
Jacob Nguyen
901cb51e01 fix(readyEvent, partition) both were broken and failed to load plugins correctly 2022-04-22 11:05:37 -05:00
Jacob Nguyen
86c4e45ad2 feat(observableHandling) : making match function a type predicate
assertion
2022-04-19 10:16:46 -05:00
Jacob Nguyen
eeabecb4e2 feat(handler) : More work toward event plugins, added typings for it 2022-04-19 00:48:24 -05:00
Jacob Nguyen
f213e88a5d feat(handler) more plugin work, refactoring rxjs pipes 2022-04-13 01:34:25 -05:00
Jacob Nguyen
de7ddc390f feat : more plugin work ( currently not finsihed), removed init function 2022-04-10 21:54:52 -05:00
Jacob Nguyen
2dd41834f4 feat : can register plugin modules now 2022-04-10 02:00:43 -05:00
Jacob Nguyen
136b0d23c5 feat : plugin api improvements, declarative ui 2022-04-09 13:45:38 -05:00
Jacob Nguyen
8866bff576 feat : plugin development and ensuring all module objs have name
property
2022-04-09 13:12:49 -05:00