v0.9.3
Improvements:
- Add
RangeRef
andLocationRef
toINode
as well. - Expose input parameters and options as public properties in
Tokenizer
andParser
.
Bug fixes:
- Compile adapted regex patterns on .NET 7+ only if they don't contain negative lookaround assertions (see also dotnet/runtime#97455).
Breaking changes:
- Rename
IDestructuringElement
toIDestructuringPatternElement