Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ A
Class
A
test/cases/inner-graph/extend-class/a.js:4–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
{ A1 } from
"./dep1"
;
3
4
export
default
class
A extends B {
5
constructor() {
6
super();
7
}
8
test() {
9
super.test();
10
11
this.b =
new
B();
12
this.a1 =
new
A1();
13
}
14
}
Callers
1
index.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected