Releases: nix-community/rnix-parser
Releases · nix-community/rnix-parser
v0.14.0
Fixed
- Fix absolute path interpolation starting with
/${failing to parse (#182, from @imxyy1soope1).
Breaking Changes
__curPosis now a distinct node type.__curPosis a Nix keyword that evaluates to an attribute set containing the file, line, and column where it appears. Lix documents this as a keyword. It was previously represented asNODE_IDENT, but is now parsed asNODE_CUR_POSwith a
correspondingTOKEN_CUR_POStoken kind (from @3timeslazy).