How to handle JSON imports? #54
josh-hemphill
started this conversation in
General
Replies: 2 comments 1 reply
-
Hi @josh-hemphill, |
Beta Was this translation helpful? Give feedback.
1 reply
-
And when in doubt you always have the option of providing a deno specific implementation for a specific file by creating a See |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got an instance where the Tedious package imports its own
package.json
but uses older non-esm target and does not support import assertions.I'm not sure what the correct way to handle that would be; deno would want import assertions, so rewriting the import to use an assertion might be the right way, but I also wouldn't be apposed to just inlining the package.json text since that would be foolproof.
Beta Was this translation helpful? Give feedback.
All reactions