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

Migrate to TypeScript #99

Open
dipasqualew opened this issue Sep 15, 2020 · 0 comments
Open

Migrate to TypeScript #99

dipasqualew opened this issue Sep 15, 2020 · 0 comments
Assignees

Comments

@dipasqualew
Copy link
Contributor

The repository is currently using Flow for static type checking. It should use TypeScript instead.

Requirements:

  • Library is fully written in TS (no JS files apart from node modules).
  • Build script compiles TS into JS.
  • Compiled JS is side-effects free (required by tree-shaking).
  • Compiled JS exposes Individual modules (required by tree-shaking).
  • Compiled JS includes types.
  • Compiled JS includes source maps.

As this is a major overhaul of the library, it should be marked as a breaking change and version should bump to 2.0.0

@dipasqualew dipasqualew self-assigned this Sep 15, 2020
@dipasqualew dipasqualew changed the title Migrate to TypeScript. Migrate to TypeScript Sep 17, 2020
@dipasqualew dipasqualew added this to the Version 2.0: TypeScript milestone Sep 17, 2020
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

No branches or pull requests

1 participant