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: qmhc/vite-plugin-dts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: qmhc/vite-plugin-dts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 17, 2023

  1. Copy the full SHA
    27fe3c7 View commit details
  2. fix: correct sources path calculate

    fix #245
    qmhc committed Jul 17, 2023
    Copy the full SHA
    0d84180 View commit details
  3. fix: ensure lib name is valid

    fix #247
    qmhc committed Jul 17, 2023
    Copy the full SHA
    7cfe2ea View commit details
  4. release: v3.3.1

    qmhc committed Jul 17, 2023
    Copy the full SHA
    56917e2 View commit details
Showing with 671 additions and 9 deletions.
  1. +620 −0 CHANGELOG.md
  2. +1 −0 examples/ts/package.json
  3. +1 −0 examples/ts/src/index.ts
  4. +3 −3 examples/ts/vite.config.ts
  5. +1 −1 package.json
  6. +11 −3 src/plugin.ts
  7. +2 −1 src/rollup.ts
  8. +16 −0 src/utils.ts
  9. +16 −1 tests/utils.spec.ts
Loading