Skip to content

v0.0.12 - TypeScript Support

Pre-release
Pre-release
Compare
Choose a tag to compare
@tmr232 tmr232 released this 18 Dec 15:12
· 354 commits to main since this release
c9df1e4

Added

  • A simple CLI script to render a single function from a file (scripts/render-function.ts)
  • Developer docs
  • Support for click-to-navigate in the JetBrains plugin.
  • Support for TypeScript (and JavaScript, as a subset)
  • Support for TSX (and JSX, as a subset)

Changed

  • Unified a lot of the statement processing code between different languages
  • Python & C++ no longer marked experimental.

Fixed

  • continue label and break label now work properly in Go
  • Infinite C-style loops in Go are now recognized correctly.