Dino : Deno :: Chicken : Checkin
Also because it checks how deno_core works. Yuk yuk.
Checkin is a tiny testing tool designed to exercise the functionality of
deno_core
. It implements a very small standard library which is just enough to
exercise all of the components that we expose to
Deno without reinventing the wheel.
Modules in Checkin are written in TypeScript and transpiled before loading.