| 25 | } |
| 26 | |
| 27 | export interface IPyPyManifestRelease { |
| 28 | pypy_version: string; |
| 29 | python_version: string; |
| 30 | stable: boolean; |
| 31 | latest_pypy: boolean; |
| 32 | files: IPyPyManifestAsset[]; |
| 33 | } |
| 34 | |
| 35 | export interface IGraalPyManifestAsset { |
| 36 | name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected