/** * Behavior tests for `createParseProjectFromAdapter`. * * The driver is deliberately decoupled from any one grammar: it accepts a * `LanguageAdapter` and only ever touches `adapter.id`, * `adapter.parse(source, path)`, and the returned `parsed.tree.rootNode.hasError` * flag. These tests drive it with a tiny fake adapter (the same `as never` * fake-node harness the sibling tests use) plus real temp source files, and * assert the real I-7 contract: every file either lands in `project.files` * with its source threaded through, or surfaces in `parseErrors` — and a * `hasError` tree is kept as a partial parse AND recorded as an error. */ export {}; //# sourceMappingURL=parse-from-adapter.test.d.ts.map