Matt Masson
Matt Masson
Resolves #253.
See the `.copilot-journal.md` file for details. Connector test file was removed from the branch but can be manually added locally. We should figure out an approach to generate a test...
Add more async processing in the validation code paths to ensure that cancellation can be triggered. Repro in VS Code language service extension - open large section document - incrementally...
Downstream consumers are asking us to switch the packaging to ESM. Notes from initial investigation: - switching to ESM can break consumers that use `require()` - many tools/frameworks (like JEST)...