open-spaced-repetition / ts-fsrs

ts-fsrs is a versatile package based on TypeScript that supports ES modules, CommonJS, and UMD.
https://open-spaced-repetition.github.io/ts-fsrs/
MIT License
216 stars 22 forks source link

Chore/add debugging folder #102

Closed ishiko732 closed 4 months ago

ishiko732 commented 4 months ago

I have added a debugging configuration; you can freely test under the debug folder via VSCode, and set breakpoints in the src/debug folder to inspect the data. 😀

image

image

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (adb03e7) to head (3128766).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #102 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 9 9 Lines 449 449 Branches 52 52 ========================================= Hits 449 449 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

joshdavham commented 4 months ago

Just received the review request.

Unfortunately, I haven't actually learned typescript yet and so am still unfamiliar with typescript development. I can still approve the changes if you want though.

Also, I'll probably be learning typescript in the next couple weeks, so I'll be able to help with this repo then!