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
As part of respecting deprecation annotations (googleapis/gapic-generator-typescript#853), we want to emit a DeprecationWarning when people attempt to use a deprecated method/service.
To do so, we want to use the 'warning' function in 'src/warnings.ts' and update it to include the type of warning to encompass DeprecationWarning.
The text was updated successfully, but these errors were encountered:
As part of respecting deprecation annotations (googleapis/gapic-generator-typescript#853), we want to emit a DeprecationWarning when people attempt to use a deprecated method/service.
To do so, we want to use the 'warning' function in 'src/warnings.ts' and update it to include the type of warning to encompass DeprecationWarning.
The text was updated successfully, but these errors were encountered: