Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/cases/parsing/class/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
X, { A, B } from
"./module"
;
2
3
it(
"should parse classes"
,
function
() {
4
expect(
new
X().a).toBe(
"ok"
);
Callers
nothing calls this directly
Calls
3
b
Method · 0.80
c
Method · 0.80
it
Function · 0.50
Tested by
no test coverage detected