apache / flagon-useralejs

Apache Flagon UserALE is a comprehensive, thin-client behavioral logging tool
https://flagon.apache.org/
Apache License 2.0
26 stars 26 forks source link

chore(typescript): migrate core library to TS #457

Closed EandrewJones closed 6 months ago

EandrewJones commented 6 months ago

Migrates entire library to TS, including support for TS in the build artifacts. Replaces Sinon with Jest for testing to resolve ESM import issues in tests.

Closes: #442

Author: Evan Jones evan.a.jones3@gmail.com

EandrewJones commented 6 months ago

@Jyyjy I had to update a few more things to get license checks to pass since the build changed. Otherwise, conflicts should be good to go. I'll let you take a look at resolve your review before merging.