Oven logo

Oven

Published

JavaScript grammar for tree-sitter

pip install tree-sitter-javascript

Package Downloads

Weekly DownloadsMonthly Downloads

Project URLs

Requires Python

>=3.10

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