Package Release Info

tree-sitter-javascript-0.21.0-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

tree-sitter-javascript
tree-sitter-javascript-devel

Change Logs

* Mon Apr 29 2024 Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 0.21.0:
  * fix: escape braces in regex
  * fix: allow ampersands not followed by `#` or a letter in jsx strings
  * refactor!: use last-wins precedence for queries
* Wed Mar 20 2024 Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 0.20.4:
  * fix: escape braces in regex
  * build(deps): bump deps
  * fix: allow ampersands not followed by `#` or a letter in jsx strings
  * refactor!: use last-wins precedence for queries
  * docs: update badges
  * chore: update tests
  * fix: do statements can have semicolons
  * fix: give ending regex `/` a higher lexical precedence
  * fix: don't parse html comments inside regexes
  * fix: tweak template literal injection
* Mon Feb 26 2024 Björn Bidar <bjorn.bidar@thaodan.de>
- Initial packaging for openSUSE
- Update to version 0.20.3:
  * chore: generate
  * fix: windows newline escapes
  * chore: don't greedily parse automatic semis if an `=` is present
  * feat: add support for import attributes
  * feat: add field names to nested_identifier rule
  * feat: support HTML entities in JSX text/attributes
  * chore: format scanner
  * fix: include parser.h locally