MCPcopy 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
68export default CssTreeWalker

Callers 5

purifyFunction · 0.95
purifyFunction · 0.95
purifyFunction · 0.95
purifycss.jsFile · 0.80
purifycss.es.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected