You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Instead of
import { Calculator } from 'fqm-execution'
,import { calculate, ... } from 'fqm-execution'
seems better. we could still export theCalcultor
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
The text was updated successfully, but these errors were encountered: