hldb / welo

peer-to-peer, collaborative states using Merkle-CRDTs
Other
32 stars 2 forks source link

move to Typescript #3

Closed tabcat closed 2 years ago

tabcat commented 2 years ago

All cypsela projects from now on will probably use typescript. It's becoming widely adopted and improves the process of writing javascript. Maybe types in javascript will be standardized in the future.

tabcat commented 2 years ago

All the main src files have been renamed and rewritten to typescript. next step is to get testing working again.

tabcat commented 2 years ago

Not worried about setting up publishing things yet. going to handle that separately when the package is ready to be published.

tabcat commented 2 years ago

Was able to remove the src/keychain hack thanks to typescript ignoring package.exports. now keychain exists in src/mods/keychain.