Skip to content
Adding link to issues authored by Jeff Cave's avatar Jeff Cave
......@@ -3,6 +3,7 @@
| Parser | Esprima |
| Mime | text-javascript |
| ext | `js` |
| issues | [lang:js](https://gitlab.com/jefferey-cave/miss/-/issues?label_name%5B%5D=lang%3A%3Ajs) |
```mermaid
graph LR;
......@@ -12,5 +13,10 @@ graph LR;
## Ignored Elements
* Comments
* Whitespace
\ No newline at end of file
- Comments
- comments are converted into a single "comment" token.
- this reduces their impact on matching, but does not completely remove it.
- all comments are identified as the same "comment" token
- Whitespace
- meaningless space is not included in the parser
- not even as a "meaningless space" marker
\ No newline at end of file