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

Extract ModuleGetter interface for dynamic imports #349

Merged
merged 2 commits into from
Nov 7, 2021
Merged

Extract ModuleGetter interface for dynamic imports #349

merged 2 commits into from
Nov 7, 2021

Conversation

bfreis
Copy link
Contributor

@bfreis bfreis commented Nov 6, 2021

Fixes #348.

Passes make test.

@d5
Copy link
Owner

d5 commented Nov 6, 2021

I like it.

I think this can be useful for other use cases too. Can you update the documentation in your PR?

@d5
Copy link
Owner

d5 commented Nov 6, 2021

@geseq what do you think?

@geseq
Copy link
Collaborator

geseq commented Nov 6, 2021

I agree. It’s a fairly simple change with little to no maintenance overhead but one that could be very useful.

Copy link
Collaborator

@geseq geseq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but as @d5 mentioned would be good to add documentation

@bfreis
Copy link
Contributor Author

bfreis commented Nov 6, 2021

Good idea on the docs! Will add a commit with a simple example in the interop doc page.

@d5 d5 merged commit 3b65ddf into d5:master Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamically generated code for import
3 participants