Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/css/csso
/ compress.js
File
compress.js
test/compress.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ basename } from
'path'
;
2
import
assert, { strictEqual, deepEqual } from
'assert'
;
3
import
{ syntax, minify, minifyBlock } from
'csso'
;
4
import
tests from
'./fixture/compress.js'
;
Callers
nothing calls this directly
Calls
6
createCompressTest
Function · 0.85
generate
Function · 0.85
compress
Function · 0.85
minifyBlock
Function · 0.85
minify
Function · 0.85
runDebug
Function · 0.85
Tested by
no test coverage detected