Skip to content

fix: resolve dev build failures and docs import issues #1384

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joras-droid
Copy link

  • Remove unnecessary dev script from @jimp/config-vitest package
  • Fix TypeDoc plugin path resolution using fileURLToPath
  • Add Vite alias to resolve jimp imports to ESM build in docs

Fixes development environment setup issues including:

  • @jimp/config-vitest#dev command failure due to missing TypeScript source files
  • TypeDoc plugin loading errors on Windows due to URL encoding in paths
  • React component import errors in documentation due to incomplete browser build

What's Changing and Why

What else might be affected

Tasks

  • Add tests
  • Update Documentation
  • Update jimp.d.ts
  • Add SemVer Label

- Remove unnecessary dev script from @jimp/config-vitest package
- Fix TypeDoc plugin path resolution using fileURLToPath
- Add Vite alias to resolve jimp imports to ESM build in docs

Fixes development environment setup issues including:
- @jimp/config-vitest#dev command failure due to missing TypeScript source files
- TypeDoc plugin loading errors on Windows due to URL encoding in paths
- React component import errors in documentation due to incomplete browser build
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.

1 participant