-
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
Deno.compile doesn't rename imports #6393
Comments
Can you provide what is the expected output? |
@wongjiahau In this case it should be |
Also I think this is the same issue as denoland/deno_emit#41 |
Correct, duplicate of denoland/deno_emit#41. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using Deno.compile (v1.1.1), the output doesn't have the import paths with the correct ext
Compile config:
Source:
Output:
The text was updated successfully, but these errors were encountered: