You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've identified an issue with the isTsNode function, which seems to be dependent on another TypeScript compilation library. When running without ts-node, errors occur, especially with .tsx files.
I've identified an issue with the
isTsNode
function, which seems to be dependent on another TypeScript compilation library. When running withoutts-node
, errors occur, especially with.tsx
files.mongo-migrate-ts/lib/utils/isTsNode.ts
Lines 2 to 5 in cd4f247
To fix this:
isTsNode
to check variables and file types, including.cts
and.mts
.Temporary fix:
This ensures compatibility while we address the underlying problem.
The text was updated successfully, but these errors were encountered: