Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Adding processing diagram
authored
Nov 07, 2019
by
Jeff Cave
Hide whitespace changes
Inline
Side-by-side
Parsing/Javascript.md
View page @
b7f54c83
...
...
@@ -4,6 +4,12 @@
| Mime | text-javascript |
| ext |
`js`
|
```
mermaid
graph LR;
js[main.js]-->tokJS((JavaScript));
js-->content[Tokenized Content];
```
## Ignored Elements
*
Comments
...
...
...
...