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

399 migrate to esmodules #435

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Conversation

AdvancedCodingMonkey
Copy link
Collaborator

The goal here was to use es modules for the project by switching from type: commonjs to type: module in the package.json. This produced some conflicts however, so I had to fiddle around somewhat until I found a solution that worked. In the process, I removed the monkey-patch script, as the warnings it was suppressing were not present anymore.

Copy link

vercel bot commented Dec 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
covariants ✅ Ready (Inspect) Visit Preview Dec 9, 2024 8:00am

@AdvancedCodingMonkey AdvancedCodingMonkey changed the base branch from master to 412-set-up-testing-infrastructure December 5, 2024 08:02
Base automatically changed from 412-set-up-testing-infrastructure to master December 5, 2024 08:42
@AdvancedCodingMonkey AdvancedCodingMonkey linked an issue Dec 5, 2024 that may be closed by this pull request
Copy link
Collaborator

@fengelniederhammer fengelniederhammer left a comment

Choose a reason for hiding this comment

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

LGTM 👍

web/babel-node.config.js Show resolved Hide resolved
web/babel-node.config.js Outdated Show resolved Hide resolved
@AdvancedCodingMonkey AdvancedCodingMonkey merged commit fc4bbdc into master Dec 9, 2024
2 of 3 checks passed
@AdvancedCodingMonkey AdvancedCodingMonkey deleted the 399-migrate-to-esmodules branch December 9, 2024 08:46
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.

Migrate to ES modules
2 participants