Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/purifycss/purifycss
/ toString
Method
toString
src/CssTreeWalker.js:60–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
toString() {
61
if
(this.ast) {
62
return
this.ast.toString().replace(/,\n/g,
","
)
63
}
64
return
""
65
}
66
}
67
68
export
default CssTreeWalker
Callers
5
purify
Function · 0.95
purify
Function · 0.95
purify
Function · 0.95
purifycss.js
File · 0.80
purifycss.es.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected