MCPcopy
hub / github.com/prettier/prettier / Environment1

Interface Environment1

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

Source from the content-addressed store, hash-verified

1export interface Environment1 extends GenericEnvironment<
2 SomeType,
3 AnotherType,
4 YetAnotherType,
5> {
6 m(): void;
7};
8export class Environment1____ extends GenericEnvironment<
9 SomeType,
10 AnotherType,

Callers

nothing calls this directly

Implementers 15

Environment1____tests/format/flow/interface-types/brea
Environment2tests/format/flow/interface-types/brea
Ctests/format/flow/flow-repo/while/test
Ctests/format/flow/flow-repo/more_annot
Statictests/format/flow/flow-repo/private_cl
Derived2tests/format/flow/flow-repo/classes/ex
C1tests/format/flow/flow-repo/duplicate_
C2tests/format/flow/flow-repo/duplicate_
C3tests/format/flow/flow-repo/duplicate_
C4tests/format/flow/flow-repo/duplicate_
C5tests/format/flow/flow-repo/duplicate_
Ctests/format/flow/flow-repo/async/asyn

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…