MCPcopy Index your code
hub / github.com/postcss/postcss / tokensToString

Function tokensToString

lib/parser.js:23–27  ·  view source on GitHub ↗
(tokens, from, to)

Source from the content-addressed store, hash-verified

21}
22
23function tokensToString(tokens, from, to) {
24 let result = ''
25 for (let i = from; i < to; i++) result += tokens[i][1]
26 return result
27}
28
29class Parser {
30 constructor(input) {

Callers 1

declMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…