Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/zx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: antongolub/zx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-minimist-types
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 21, 2024

  1. chore: up dev deps

    antongolub committed Jul 21, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    antongolub Anton Golub
    Copy the full SHA
    a34888b View commit details
  2. fix(types): add missing minimist typings to dts bundle

    relates #871
    antongolub committed Jul 21, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    antongolub Anton Golub
    Copy the full SHA
    b2cfcfa View commit details
  3. chore: linting

    antongolub committed Jul 21, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    antongolub Anton Golub
    Copy the full SHA
    76dd886 View commit details

Commits on Aug 27, 2024

  1. Merge branch 'main' into fix-minimist-types

    antongolub authored Aug 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    21c2b00 View commit details
Showing with 1,102 additions and 251 deletions.
  1. +1 −1 .size-limit.json
  2. +1,010 −242 package-lock.json
  3. +8 −7 package.json
  4. +1 −1 scripts/build-dts.mjs
  5. +3 −0 test-d/globals.test-d.ts
  6. +79 −0 test/it/build.test.js
2 changes: 1 addition & 1 deletion .size-limit.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
{
"name": "dts libdefs",
"path": "build/*.d.ts",
"limit": "31 kB",
"limit": "34 kB",
"brotli": false,
"gzip": false
},
Loading