feat: Try two different kinds of type reflection (#5)

Co-authored-by: Jos de Jong <wjosdejong@gmail.com>
Reviewed-on: #5
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
Glen Whitney 2024-10-21 17:00:58 +00:00 committed by Glen Whitney
parent 239215c234
commit 59c325ff6c
7 changed files with 618 additions and 14 deletions

View file

@ -2,4 +2,4 @@ import {inspect} from 'node:util'
import * as specifications from './all'
console.log(inspect(specifications, {depth: 8, colors: true}))
console.log(inspect(specifications, {depth: 18, colors: true}))