@nomicfoundation/slang
Advanced tools
Changelog
0.6.0
#490 ea8e7e7
Thanks @OmarTawfik! - provide API to list supported language versions
#489 15c34a7
Thanks @OmarTawfik! - replace panics with JS exceptions in npm package
d7f171c
Thanks @DaniPopes! - introduce a cli
Cargo feature to compile the CLI binaryChangelog
0.5.0
#475 0cdfe86
Thanks @OmarTawfik! - match TypeScript and Rust API namespaces
#477 13c85a2
Thanks @OmarTawfik! - move expression operators into separate nodes
#481 0269f2b
Thanks @OmarTawfik! - fix grammar versions of individual keywords
#473 11d8cb0
Thanks @OmarTawfik! - upgrade to rust 1.69.0
Changelog
0.4.0
#458 c0fc7e9
Thanks @AntonyBlakey! - Record both character and byte offsets for input positions
#463 0958d6b
Thanks @OmarTawfik! - use number
and getters in npm public API
Changelog
0.3.0
#457 b7aae2a
Thanks @OmarTawfik! - minor grammar fixes
#453 0f2f9ab
Thanks @OmarTawfik! - move Rust's syntax::Parser::Language
API to root module
#454 85dec01
Thanks @OmarTawfik! - moving to Rust version 1.65.0
#456 c6d1041
Thanks @OmarTawfik! - expose ParseError
API
#451 78f633c
Thanks @OmarTawfik! - rename VisitorExitResponse::StepIn
to VisitorExitResponse::Continue
Changelog
0.2.0
2a5b193
Thanks @OmarTawfik! - support user defined operators#416 fb977a5
Thanks @OmarTawfik! - fix primary expressions parser order
#434 beb3708
Thanks @OmarTawfik! - fix UnicodeStringLiteral versioning
#430 8b7492e
Thanks @OmarTawfik! - update READMEs with links to packages and user guides.
#425 9b49b3d
Thanks @OmarTawfik! - add user guides to rust crate and npm packages.
#432 1d1a8bb
Thanks @OmarTawfik! - fix FunctionCallOptions versioning
#427 1103916
Thanks @AntonyBlakey! - fix VariableDeclarationStatement versioning