Skip to content

refactor: update package.json for ESM support and improve build process#104

Draft
Kolezhniuk wants to merge 3 commits intomasterfrom
feat/esm-migration
Draft

refactor: update package.json for ESM support and improve build process#104
Kolezhniuk wants to merge 3 commits intomasterfrom
feat/esm-migration

Conversation

@Kolezhniuk
Copy link
Copy Markdown
Contributor

  • Modified the "exports" field in package.json to support both ESM and CommonJS.
  • Removed rollup configuration file as Vite is now used for building.
  • Updated scripts for linting, cleaning, and testing using Vitest.
  • Added new devDependencies for eslint, vite, and vitest.
  • Changed test assertions from assert to expect using Vitest.
  • Refactored test files to utilize binFileUtils for reading binary files.
  • Introduced eslint and vite configuration files for better code quality and build management.

- Modified the "exports" field in package.json to support both ESM and CommonJS.
- Removed rollup configuration file as Vite is now used for building.
- Updated scripts for linting, cleaning, and testing using Vitest.
- Added new devDependencies for eslint, vite, and vitest.
- Changed test assertions from assert to expect using Vitest.
- Refactored test files to utilize binFileUtils for reading binary files.
- Introduced eslint and vite configuration files for better code quality and build management.
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