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: extensionless js imports #95

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

YauhenChakhlou
Copy link
Contributor

It seems, that there are still some imports left in code, that have no exact extensions. This is not supported by node module resolution process:
Node API - file extensions

Why and where it is usually a problem ?

When running otel-cf-workers code not in the bundled form (together with worker code), particularly in unit tests.

Why it is not noticable and was not mentioned a lot of times before ?

I think, that is exactly due to the previous point: running a Cloudflare worker (even locally) usually includes a bundling step, by esbuild. And, possibly, exactly the bundler solves all the problems with having incorrect import signatures.

But, when writing unit-tests for the workers (if you do not use a bundle at all), that becomes a problem - and module resolutions fails with console errors (in my case, it is the mocha framework):

image

Important - this is a direct continuation of a previously raised issue:

ESM interoperability question, which as I think, was closed without a real resolution (unfortunately). I also think, we need to re-think and fix all issues mentioned in that issue.

@jahands
Copy link
Collaborator

jahands commented Mar 23, 2024

LGTM! Thanks!

@jahands jahands merged commit 5ef49b4 into evanderkoogh:main Mar 23, 2024
1 check passed
@jahands
Copy link
Collaborator

jahands commented Mar 23, 2024

Published as 1.0.0-rc.27

@YauhenChakhlou YauhenChakhlou deleted the fix/js-import-extensions branch March 25, 2024 11:14
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.

2 participants