Fix a bug that could cause the parser to get stuck, endlessly parsing empty statments, at the end of some types of inputs with unclosed blocks.
Properly parse placeholder selectors. Add map declarations to the grammar
Add support for parenthesized maps.
Add support for as
syntax in @forward
and @use
.
Tag comments and strings as isolating for the purpose of bidirectional text.
Properly parse suffixed nested selectors.
Allow the nesting &
selector to appear as a descendant selector.
Make the package work with new TS resolution styles.
Include type definitions.
First numbered release.