MCPcopy
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

1import d from "library";
2import { a, b, external, MyClass1, MyClass2, func1, func2 } from "library";
3import * as imoprtStar from "library";
4

Callers

nothing calls this directly

Calls 5

func1Function · 0.85
itFunction · 0.50
func2Function · 0.50
requireFunction · 0.50
getNumberMethod · 0.45

Tested by

no test coverage detected