MCPcopy
hub / github.com/postcss/postcss / stringFrom

Method stringFrom

lib/parser.js:571–578  ·  view source on GitHub ↗
(tokens, from)

Source from the content-addressed store, hash-verified

569 }
570
571 stringFrom(tokens, from) {
572 let result = ''
573 for (let i = from; i < tokens.length; i++) {
574 result += tokens[i][1]
575 }
576 tokens.splice(from, tokens.length - from)
577 return result
578 }
579
580 unclosedBlock() {
581 let pos = this.current.source.start

Callers 1

declMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected