MCPcopy
hub / github.com/prettier/prettier / Environment2

Class Environment2

tests/format/flow/interface-types/break/break.js:15–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 m() {};
14};
15export class Environment2 extends GenericEnvironment<
16 SomeType,
17 AnotherType,
18 YetAnotherType,
19 DifferentType1,
20 DifferentType2,
21 DifferentType3,
22 DifferentType4,
23> {
24 m() {};
25};
26
27// Declare Interface Break
28declare interface ExtendsOne extends ASingleInterface {

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…