Skip to content

Releases: rusty-ecma/RESSA

v0.9.0-alpha.3

12 Jun 18:51
Compare
Choose a tag to compare

v0.9.0-alpha.2

04 Jun 16:05
5e332c0
Compare
Choose a tag to compare
v0.9.0-alpha.2 Pre-release
Pre-release

Remove the Box<dyn std::error::Error> variant from the Error enum. The Other variant will now be spit between Regex<res_regex::Error> and Io<std::io::Error>.

v0.9.0-alpha.1

03 Jun 22:32
Compare
Choose a tag to compare
v0.9.0-alpha.1 Pre-release
Pre-release

This release updates the parsers to use the new smaller ast from resast.

Changes