MCPcopy
hub / github.com/webpack/webpack / fill

Function fill

lib/css/syntax.js:598–603  ·  view source on GitHub ↗
(out, type, start, end)

Source from the content-addressed store, hash-verified

596 * @returns {MutableToken} `out`
597 */
598const fill = (out, type, start, end) => {
599 out.type = type;
600 out.start = start;
601 out.end = end;
602 return out;
603};
604
605/**
606 * Whitespace token. Caller advances past the leading code point so

Callers 15

consumeSpaceFunction · 0.85
consumeAStringTokenFunction · 0.85
consumeNumberSignFunction · 0.85
consumeHyphenMinusFunction · 0.85
consumeFullStopFunction · 0.85
consumePlusSignFunction · 0.85
consumeANumericTokenFunction · 0.85
consumeAUrlTokenFunction · 0.85
consumeAnIdentLikeTokenFunction · 0.85
consumeLessThanFunction · 0.85
consumeCommercialAtFunction · 0.85
consumeReverseSolidusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected