Hey folks! I was doing some typescript upgrades recently and started running into an issue where tsc wouldn’t be able to resolve type definitions for some codemirror packages, specifically for cjs imports. I am pretty sure this error was known, got addressed in the @codemirror/buildhelper, and some packages got their version updated since and so have a published version with d.cts files. Some packages are not though, I’m specifically running into an issue with @codemirror/lang-json.
I’m sorry in advance if that’s a wrong place to bring up these issues, but I couldn’t find a dedicated issue tracker, github issues are disabled (understandably), and I can’t submit a patch with a “fix” because the fix would be to publish a new version
So this is basically a “bug” report / ask to publish some of those packages that didn’t get the publish since the change to the buildhelper was introduced