-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to import cjs files anymore #5878
Comments
Broken in #5029, should be an easy fix |
Can I claim this issue? I will ask if I need any help. |
@armujahid thanks, but this issue is currently blocked by another ongoing refactor in: #5817 |
@kitsonk do you think we could just map |
sounds good |
@bartlomieju it appears in IANA as:
So it seems like we could treat it as JavaScript its own thing. Also feels like we should handle the media type Also this where there is
And
|
Modules like i18next-fs-backend or i18next-http-backend are written to work for Deno, Node.js and browser environments...
And this works until Deno > v1.0.0...
But now stuff like this is not working anymore: i18next/i18next-fs-backend#5
https://github.com/i18next/i18next-fs-backend/blob/master/lib/readFile.js#L4
import * as fsMod from './fs.cjs'
Any advice?
The text was updated successfully, but these errors were encountered: