Skip to content

v0.5.0

Choose a tag to compare

@jorgsowa jorgsowa released this 09 Apr 22:05
· 434 commits to main since this release
5a452d6

Changes since v0.4.0

Features

  • ParseResult now includes source and source_map (#120) — consumers get the original source text and a pre-built SourceMap for line/column resolution without extra setup

Bug fixes

  • Emit error for unterminated block comments (#122) — /* ... without closing */ now produces an "unterminated block comment" diagnostic instead of silently consuming the rest of the file