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
I learned there is an interesting feature of api-extractor that can help with this, it typically throws an error if the *.api.md doesn't match the code base, though in local development the --local flag prevents this. I accidentally left that flag on, I'll work out the details of how it should work in CI. But after properly implementing it, any function that is public to the api and doesn't have a TSDoc release comment, like @public or @beta, will cause the type declaration rollup process to fail.
Dinero.js exposes a number of types:
@dinero.js/core
dinero.js
Before going beta, we should ensure that:
Dinero*
) to avoid clashes and improve readabilityThe text was updated successfully, but these errors were encountered: