Conversation
…package-lock.json`.
…-node` and `tsconfig-paths`. Update global ESLint settings, add `@types/rimraf`, and correct various TypeScript imports.
…n `package-lock.json`.
…els` to use `for...of` instead of `forEach`, ensure proper imports of Mongoose models, and update relevant TypeScript function declarations.
…uring the use of `../lib/index.js`.
|
Aiming to get this in before eow as long as testing looks good! |
|
@sullyAL theres a lot of new stuff here, and local dev / tests arent working out of the box. Can you give a quick explanation of the changes? Specifically all the generated lib changes (seems like these should be git ignored?), the
but removing the experimental-vm-modules doesnt resolve it either: Please ensure everything works as before and is documented |
…gistration; rename jest.config.js to jest.config.cjs and update test command.
|
Hi @francescov1 Apologise did not tested All tests are passing now however I had to make some changes due to my setup (Windows) like normalizing CRLF -> LF due to windows line ending mismatch . Changed the target to es2018 as well because was failing due to that
As per initial changes used |
…e test assertions to normalize line endings

#172