Skip to content
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

fix: improve build & types exports for all targets, Node, CJS/ESM #910

Merged
merged 2 commits into from
Nov 11, 2023

Conversation

ghiscoding
Copy link
Collaborator

@ghiscoding ghiscoding commented Nov 11, 2023

  • previous implementation didn't pass all type exports as can be shown in Are the types wrong? website, already applied the changes in multiple-select-vanilla library with a much greater success
  • better approach came from RxJS package.json which is a great implementation of it

image

- previous implementation didn't pass all type exports as can be shown in [Are the types wrong?](https://arethetypeswrong.github.io/?p=slickgrid) website, already applied the changes in `multiple-select-vanilla` library with a much greater success
- better approach came from RxJS [package.json](https://github.com/ReactiveX/rxjs/blob/master/packages/rxjs/package.json) great implementation of it
@ghiscoding ghiscoding merged commit 9013526 into master Nov 11, 2023
2 checks passed
@ghiscoding ghiscoding deleted the bugfix/wrong-types branch November 11, 2023 19:22
@ghiscoding
Copy link
Collaborator Author

yup looking much better with the new release :)

image

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