MCPcopy
hub / github.com/css/csso / generate

Function generate

lib/syntax.js:28–30  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

26 node: {
27 String: {
28 generate(node) {
29 this.token(TYPE.String, encodeString(node.value));
30 }
31 },
32 Url: {
33 generate(node) {

Callers 10

createDefaultLoggerFunction · 0.85
minifyFunction · 0.85
getValueMethod · 0.85
getPropertyFingerprintFunction · 0.85
createDeclarationIndexerFunction · 0.85
enterFunction · 0.85
processSelectorFunction · 0.85
testFnFunction · 0.85
compress.jsFile · 0.85
clone.jsFile · 0.85

Calls 1

encodeStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…