Skip to content

feat: restructure package.json for improved module support and add CI workflow#87

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

feat: restructure package.json for improved module support and add CI workflow#87
Kolezhniuk wants to merge 3 commits intofeature/sharedArrayBuffersfrom
feat/esm-migration

Conversation

@Kolezhniuk
Copy link
Copy Markdown
Contributor

  • Updated "exports" field in package.json to support both Node and browser environments.
  • Added new scripts for linting, cleaning, and building for both Node and browser.
  • Removed Rollup configuration file as Vite is now used for building.
  • Introduced a GitHub Actions CI workflow for automated testing.
  • Added browser and Node test files using Vitest.
  • Created a new ESLint configuration file for consistent code style.
  • Implemented a new browser build output for the binfileutils library.

… workflow

- Updated "exports" field in package.json to support both Node and browser environments.
- Added new scripts for linting, cleaning, and building for both Node and browser.
- Removed Rollup configuration file as Vite is now used for building.
- Introduced a GitHub Actions CI workflow for automated testing.
- Added browser and Node test files using Vitest.
- Created a new ESLint configuration file for consistent code style.
- Implemented a new browser build output for the binfileutils library.
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