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

Migrate to ESM #478

Merged
merged 4 commits into from
Jan 26, 2023
Merged

Migrate to ESM #478

merged 4 commits into from
Jan 26, 2023

Conversation

adelsz
Copy link
Owner

@adelsz adelsz commented Jan 24, 2023

  • Migrates all packages to use ESM by default.
  • Isolate runtime depedencies into @pgtyped/runtime module from @pgtyped/query.
  • Migrate to a more performant worker pool (Piscina).
  • Bundle a CommonJS version of @pgtyped/runtime for backward compatibility with CommonJS users.
  • Numerous breaking dependency upgrades (Lerna, Jest, etc)
  • Tests refactored and mocks removed

Closes #382, #445, #91

* Migrates all packages to use ESM by default.
* Isolate runtime depedencies into @pgtyped/runtime module from @pgtyped/query.
* Migrate to a more performant worker pool (Piscina).
* Bundle a CommonJS version of @pgtyped/runtime for backward compatibility
with CommonJS users.
@vercel
Copy link

vercel bot commented Jan 24, 2023

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

Name Status Preview Comments Updated
pgtyped ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 26, 2023 at 9:46PM (UTC)

@adelsz adelsz mentioned this pull request Jan 24, 2023
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.

ESM
1 participant