-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Description
I want to rewrite LambdaLog from the ground up using TypeScript. This will provide a few benefits:
- Type definitions will live in the repo instead of using an unreliable third-party source.
- Type safety will help alleviate some of the checks being executed within the app, thus reducing complexity and code.
- Ability to compile to both ESM and CommonJS automatically so both can be supported.
mfrinnstrom, jumic, jweyrich, antonsamarsky, aruizca and 6 more