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

build: generate js and dts bundles #722

Merged
merged 11 commits into from Feb 24, 2024
Merged

Conversation

antongolub
Copy link
Contributor

@antongolub antongolub commented Feb 23, 2024

This PR brings the new build flow:

  • all required nm assets are bundled via esbuild
  • external libdefs are merged via dts-bundle-generator
  • Tests pass

relates #712
closes #687

@antongolub antongolub changed the title Esbuild build: generate js and dts bundles Feb 23, 2024
@antonmedv antonmedv merged commit 2acb0f2 into google:main Feb 24, 2024
10 checks passed
@antongolub antongolub deleted the esbuild branch February 25, 2024 07:01
@@ -0,0 +1,86 @@
#!/usr/bin/env node
Copy link
Collaborator

Choose a reason for hiding this comment

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

#!/usr/bin/env zx

😁

antongolub added a commit to antongolub/zx that referenced this pull request Mar 17, 2024
antongolub added a commit to antongolub/zx that referenced this pull request Mar 17, 2024
antonmedv pushed a commit that referenced this pull request Mar 17, 2024
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.

Drop Node.js v16 and node-fetch dependency
2 participants