Replies: 2 comments 1 reply
-
What is the content of the file you're trying to import? |
Beta Was this translation helpful? Give feedback.
1 reply
-
did you figure out how to extract the default export of a module? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to write Rust code with
deno_core
that is functionally equivalent toI have bumbled around a bit, and this is what I have, but I feel like I'm missing something key. The output I get boils down to
obj = ()
, which I take to mean "undefined". I've also tried replacing the string "default" with the names of top level consts in the script; it produces the same()
output.Beta Was this translation helpful? Give feedback.
All reactions