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: ban cjs and cts file extensions #818

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

mbhrznr
Copy link
Contributor

@mbhrznr mbhrznr commented Nov 6, 2024

closes #713.

api/src/analysis.rs Show resolved Hide resolved
api/src/gcp.rs Show resolved Hide resolved
Copy link
Member

@lucacasonato lucacasonato left a comment

Choose a reason for hiding this comment

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

Can you also add a sentence about this in the relevant section in frontend/docs/troubleshooting.md?

api/src/tarball.rs Outdated Show resolved Hide resolved
api/src/tarball.rs Outdated Show resolved Hide resolved
@mbhrznr mbhrznr requested a review from lucacasonato November 8, 2024 17:39
@lucacasonato
Copy link
Member

Why did you remove the e2e test? I thought that was good 👍

@mbhrznr
Copy link
Contributor Author

mbhrznr commented Nov 8, 2024

Why did you remove the e2e test? I thought that was good 👍

the e2e test was only successful due to the path.ends_with check and would now throw a graphError returned by deno_graph.
would it still make sense to have that one in place, wdyt?


edit: nvm, after the most recent update the expected commonJs error is returned.

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.

Ban cjs & cts file extensions
2 participants