MCPcopy
hub / github.com/css/csso / sourceMaps.js

File sourceMaps.js

test/sourceMaps.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { readFileSync } from 'fs';
2import assert, { equal, deepEqual } from 'assert';
3import { minify } from 'csso';
4import { SourceMapConsumer } from 'source-map-js';

Callers

nothing calls this directly

Calls 5

defineSourceMapFunction · 0.85
minifyFunction · 0.85
getOriginalPositionFunction · 0.85
getGeneratedPositionFunction · 0.85
extractSourceMapFunction · 0.85

Tested by

no test coverage detected