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
According to the readme the .forge sub-API is deprecated and will be removed in a future major of acme-client.
I only discovered this when someone else pointed it out during code review. If you add the @deprecated JSDoc tag to the method along with a description of which API they should use instead, people will see this in their IDE during authoring which will speed adoption of the new API.
The text was updated successfully, but these errors were encountered:
According to the readme the
.forge
sub-API is deprecated and will be removed in a future major ofacme-client
.I only discovered this when someone else pointed it out during code review. If you add the
@deprecated
JSDoc tag to the method along with a description of which API they should use instead, people will see this in their IDE during authoring which will speed adoption of the new API.The text was updated successfully, but these errors were encountered: