Skip to content

2.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cannorin cannorin released this 13 Jul 16:39
· 277 commits to main since this release
9d51cc4
  • Upgrade TypeScript to v5.
  • Added an explicit support of ambient modules.
    • Topological sorting inside ambient modules now works as expected (#157).
  • Perform various improvements over messages.
    • Messages now come with color (warning: yellow, error: red).
    • The error location is now shown with a code frame.
  • Deprecate the --safe-arity option.
    • Ts2ocaml now generates minimal arity-safe output by default.
  • Perform massive internal refactoring.