Skip to content
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

Support import map #14

Open
CodeWitchBella opened this issue Nov 25, 2021 · 0 comments
Open

Support import map #14

CodeWitchBella opened this issue Nov 25, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@CodeWitchBella
Copy link

My app uses import_map.json and there is no option in leaf to use this. I see that leaf uses Deno.emit which allows you to specify import map. Which means that this could be implemented by adding something like emitOptions to CompileOptions and spreading that into second argument of Deno.emit.

Does this look like something you would like to support in leaft? If yes, then I could send PR.

Another option would be to parse this from flags which would mirror how deno compile works.

@shadowtime2000 shadowtime2000 added the enhancement New feature or request label Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants