You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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