| 1 | import * as readline from 'node:readline' |
| 2 | import { stdin, stdout } from 'node:process' |
| 3 | import { readFileSync } from 'node:fs' |
| 4 | import { SchemaConverter } from './public_legacy/json-schema-to-grammar.mjs' |
nothing calls this directly
no test coverage detected