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

Publish Typescript createStore #31

Open
alex-dixon opened this issue Sep 22, 2019 · 2 comments
Open

Publish Typescript createStore #31

alex-dixon opened this issue Sep 22, 2019 · 2 comments
Assignees

Comments

@alex-dixon
Copy link
Contributor

Right now createStore is our only ts file and the only one worth having. Ideally it would import some of its type defs from index.d.ts so we can still offer goto definition that resolves to source code instead of types. We need to package it for ts users to return type info from the create store function.

@alex-dixon
Copy link
Contributor Author

we should publish an alpha of the current master locally using verdaccio and ensure it works with our examples. same thing with fetch-fx especially if gets refactored to typescript

@alex-dixon
Copy link
Contributor Author

Only question here at this point is do we get some type info in js and ts from the published package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants