normalize-languages 0.3.2

Tree-sitter language support and dynamic grammar loading
Documentation
1
2
3
4
5
# fixtures/javascript

JavaScript fixture file for `.scm` query tests.

- `sample.js` — defines a `Stack` class extending `EventEmitter` with `push`, `pop`, `isEmpty`, and `size` methods, a `classify` function, a `sumArray` arrow function, and a `fibonacci` function; imports from `events`, `path`, and `fs`; includes if/else branching and for loops.