feat: Inject types as structures, not just as strings
This commit is contained in:
parent
b9675c6d59
commit
d5b4ccfc2a
3 changed files with 173 additions and 3 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: 10, colors: true}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue