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

Convert codebase to TS and update build tooling #322

Merged
merged 11 commits into from
Oct 24, 2021

Conversation

markerikson
Copy link
Contributor

This PR:

  • Replaces the existing Webpack-based UMD build setup with Rollup (same as the other Redux libs)
  • Adds CodeSandbox CI
  • Turns off a bunch of annoying pre-commit checks and lint rules that aren't useful
  • Updates the build setup to compile TS
  • Converts the source to TS
  • Converts the tests to TS
  • Moves around the typetest files so they work properly
  • Formats the source

I did a yalc publish check to install this into an example project and can confirm that the types are being picked up correctly:

image

@markerikson markerikson merged commit a5c48e3 into master Oct 24, 2021
@markerikson markerikson deleted the feature/ts-conversion branch October 24, 2021 05:11
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.

None yet

1 participant