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:
parent
239215c234
commit
59c325ff6c
7 changed files with 618 additions and 14 deletions
|
|
@ -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}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue