Skip to content

Use TypeScript - #80

Merged
borgar merged 14 commits into
masterfrom
ts-retry
Sep 3, 2026
Merged

Use TypeScript#80
borgar merged 14 commits into
masterfrom
ts-retry

Conversation

@borgar

@borgar borgar commented Sep 3, 2026

Copy link
Copy Markdown
Owner
  • Port the project to TS
  • Use vitest as the test runner (Switch to vitest #78)
  • Use typedoc to generate documentation
  • Clean up interfaces
    • Methods now return undefined where they previously returned `null``
    • Token type values are now uppercase:'zero' became 'ZERO'.
    • tokenTypes was removed, replaced by 34 importable TOKEN_* constants.
    • The CONDITION token value changed from ['>=', '10'] to '>=10'.
    • Locales are now dash delimited rather than underscore: "fi-FI" instead of "fi_FI".

This was referenced Sep 3, 2026
@borgar
borgar merged commit cfda8e2 into master Sep 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant