No description
  • JavaScript 67.2%
  • C 19.8%
  • Tree-sitter Query 13%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 58404d8cf1 ci: bump tree-sitter/parser-test-action from 2 to 3
Bumps [tree-sitter/parser-test-action](https://github.com/tree-sitter/parser-test-action) from 2 to 3.
- [Release notes](https://github.com/tree-sitter/parser-test-action/releases)
- [Commits](https://github.com/tree-sitter/parser-test-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: tree-sitter/parser-test-action
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-14 23:42:24 -04:00
.github ci: bump tree-sitter/parser-test-action from 2 to 3 2025-09-14 23:42:24 -04:00
bindings build: update bindings 2025-09-01 03:08:47 -04:00
examples ⬆️ tree-sitter-cli 2018-04-17 17:25:39 -07:00
queries feat!: remove glimmer template tags 2024-10-26 22:29:00 +00:00
src 0.25.0 2025-09-01 03:10:57 -04:00
test feat: add await to reserved identifiers 2025-09-01 03:08:47 -04:00
.editorconfig build: update bindings 2024-11-10 00:38:17 -05:00
.gitattributes build: update bindings 2025-09-01 03:08:47 -04:00
.gitignore build: update bindings 2025-09-01 03:08:47 -04:00
binding.gyp build: update bindings 2025-09-01 03:08:47 -04:00
Cargo.lock 0.25.0 2025-09-01 03:10:57 -04:00
Cargo.toml 0.25.0 2025-09-01 03:10:57 -04:00
CMakeLists.txt 0.25.0 2025-09-01 03:10:57 -04:00
eslint.config.mjs build: update bindings 2024-10-14 21:38:42 -04:00
go.mod build: update bindings 2024-11-10 00:38:17 -05:00
go.sum build: update bindings 2024-11-10 00:38:17 -05:00
grammar.js feat: add await to reserved identifiers 2025-09-01 03:08:47 -04:00
LICENSE Initial commit 2014-07-30 00:40:50 -07:00
Makefile 0.25.0 2025-09-01 03:10:57 -04:00
package-lock.json 0.25.0 2025-09-01 03:10:57 -04:00
package.json 0.25.0 2025-09-01 03:10:57 -04:00
Package.resolved build: update bindings 2024-11-10 00:38:17 -05:00
Package.swift build: update bindings 2025-09-01 03:08:47 -04:00
pyproject.toml 0.25.0 2025-09-01 03:10:57 -04:00
README.md docs: clarify targeted ECMAScript version 2025-09-01 03:09:17 -04:00
setup.py build: update bindings 2025-09-01 03:08:47 -04:00
tree-sitter.json 0.25.0 2025-09-01 03:10:57 -04:00

tree-sitter-javascript

CI discord matrix crates npm pypi

JavaScript and JSX grammar for tree-sitter.

This grammar intends to be a close approximation of the ECMAScript specification, with some extensions to support JSX syntax. We try to support the latest version of the spec, though it is possible that some very new features may not be supported yet.

References