MCPcopy
hub / github.com/prettier/prettier / Derived2

Class Derived2

tests/format/flow/flow-repo/classes/extends_any.js:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const Base: any = class {}
2class Derived1 extends Base {}
3class Derived2 extends Derived1 {
4 m() {}
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…