/** * SMI-4293: PythonIncrementalParser unit tests. * * Covers the six cases called out in the plan: * 1. First parse caches the tree. * 2. Unchanged content re-parse hits the cache (no re-parse). * 3. Incremental edits re-use the previous tree via tree.edit(). * 4. LRU eviction at the configured max. * 5. Corrupted cached tree falls back gracefully (returns null, adapter * then falls back to regex). * 6. Unsupported / unavailable grammar surfaces `isReady === false` and * `parseSync` returns null. * * @see docs/internal/implementation/github-wave-5c-tree-sitter-incremental.md */ export {}; //# sourceMappingURL=pythonIncremental.test.d.ts.map