File: a42a93f3af33bbc5.js

package info (click to toggle)
node-js-tokens 8.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 22,300 kB
  • sloc: javascript: 12,420; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
a = (1);
if (b) c();
a = (2);
for (d = (3); d < (4); d++) (e.f)(d);
a = (5);
for (; d < (6); d++) (e.f)(d);
a = (7);
switch (b) {}
a = (8);
with (g) {}