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

Flatten exports and remove deprecated type exports #247

Open
mgramigna opened this issue May 23, 2023 · 0 comments
Open

Flatten exports and remove deprecated type exports #247

mgramigna opened this issue May 23, 2023 · 0 comments
Labels
breaking Implementation might result in a breaking change infra Tasks related to the underlying infrastructure that won't affect end users
Milestone

Comments

@mgramigna
Copy link
Contributor

Instead of import { Calculator } from 'fqm-execution', import { calculate, ... } from 'fqm-execution' seems better. we could still export the Calcultor object, but it might be nice to have the public API functions available.

In addition, we should remove the old syntax of exporting types, as that will be removed in 2.0

@mgramigna mgramigna added infra Tasks related to the underlying infrastructure that won't affect end users breaking Implementation might result in a breaking change labels May 23, 2023
@mgramigna mgramigna added this to the v2.0 milestone May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Implementation might result in a breaking change infra Tasks related to the underlying infrastructure that won't affect end users
Projects
None yet
Development

No branches or pull requests

1 participant