rust-code-analysis 0.0.18

Tool to compute and export code metrics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tree-sitter-javascript
===========================

[![Build Status](https://travis-ci.org/tree-sitter/tree-sitter-javascript.svg?branch=master)](https://travis-ci.org/tree-sitter/tree-sitter-javascript)
[![Build status](https://ci.appveyor.com/api/projects/status/42kwnan77rtf8144/branch/master?svg=true)](https://ci.appveyor.com/project/maxbrunsfeld/tree-sitter-javascript/branch/master)

JavaScript grammar for [tree-sitter][].

[tree-sitter]: https://github.com/tree-sitter/tree-sitter

References

* [The ESTree Spec]https://github.com/estree/estree
* [The ECMAScript 2015 Spec]http://www.ecma-international.org/ecma-262/6.0/