MCPcopy
hub / github.com/Tampermonkey/tampermonkey / comma

Function comma

src/jslint.js:2369–2379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2367 }
2368
2369 function comma() {
2370 if (next_token.id !== ',') {
2371 warn_at('expected_a_b', token.line, token.thru, ',', artifact());
2372 } else {
2373 if (!option.white) {
2374 no_space_only();
2375 }
2376 advance(',');
2377 spaces();
2378 }
2379 }
2380
2381
2382 function semicolon() {

Callers 8

jslint.jsFile · 0.85
function_paramsFunction · 0.85
css_colorFunction · 0.85
css_comma_listFunction · 0.85
css_counterFunction · 0.85
font_faceFunction · 0.85
style_patternFunction · 0.85
stylesFunction · 0.85

Calls 5

warn_atFunction · 0.85
artifactFunction · 0.85
no_space_onlyFunction · 0.85
advanceFunction · 0.85
spacesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…