Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/configCases/source-map/css-modules-link-fine-grained-mappings/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as styles from
"./style.module.css"
;
2
3
it(
"should map each generated CSS-module export line back to its selector in the original CSS"
, () => {
4
const
fs = require(
"fs"
);
Callers
nothing calls this directly
Calls
8
findBundleLine
Function · 0.85
findCssLine
Function · 0.85
split
Method · 0.80
destroy
Method · 0.80
it
Function · 0.50
require
Function · 0.50
parse
Method · 0.45
test
Method · 0.45
Tested by
no test coverage detected