Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ esm-with-commonjs.js
File
esm-with-commonjs.js
test/configCases/library/1-use-library/esm-with-commonjs.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
d from
"library"
;
2
import
{ a, b, external, MyClass1, MyClass2, func1, func2 } from
"library"
;
3
import
* as imoprtStar from
"library"
;
4
Callers
nothing calls this directly
Calls
5
func1
Function · 0.85
it
Function · 0.50
func2
Function · 0.50
require
Function · 0.50
getNumber
Method · 0.45
Tested by
no test coverage detected