tldr-pages / tldr-translation-pairs-gen

Generates a structured dataset in various formats derived from tldr-pages.
https://opus.nlpl.eu/tldr-pages/corpus/version/tldr-pages
MIT License
4 stars 3 forks source link

deps: upgrade to latest v4 release of chai #46

Closed SethFalco closed 5 months ago

SethFalco commented 5 months ago

Chai v5 is a breaking release that drops CJS support. I'm not sure why yet, but for now, I'm having trouble upgrading to v5 due to issues with how we've configured it with TypeScript.

At first, I thought it was because tsconfig is configured to produce CJS, but despite setting it to esnext, it still has issues.

We'll upgrade to v5 later, but for now we can upgrade to the latest v4 release, which continues to be maintained. In future, we'll hopefully see more documentation available that helps with our setup.

Related