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

Fix import rewriting for ES modules that are in subdirectories #30

Closed
mbostock opened this issue Oct 18, 2023 · 2 comments · Fixed by #40
Closed

Fix import rewriting for ES modules that are in subdirectories #30

mbostock opened this issue Oct 18, 2023 · 2 comments · Fixed by #40
Assignees
Labels
bug Something isn’t working good first issue Good for newcomers

Comments

@mbostock
Copy link
Member

As noted, the rewriteImports function currently assumes that the ES module is in the root folder, but it should be allowed to be in a subfolder.

@mbostock mbostock added the bug Something isn’t working label Oct 18, 2023
@cinxmo
Copy link
Contributor

cinxmo commented Oct 18, 2023

Interested in this one

@mbostock mbostock added the good first issue Good for newcomers label Oct 18, 2023
@cinxmo cinxmo self-assigned this Oct 19, 2023
@cinxmo
Copy link
Contributor

cinxmo commented Oct 19, 2023

I believe this is the relevant Slack convo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants