| 1 | import { mkdirSync, readFileSync, writeFileSync } from "fs"; |
| 2 | import { OpenAI } from "openai"; |
| 3 | import { join } from "path"; |
| 4 | import { createParser } from "../packages/react-lang/src/parser/parser.js"; |
nothing calls this directly
no test coverage detected