Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Suppress deprecation warnings in base.js
Browse files Browse the repository at this point in the history
It's not reasonable to show users deprecation warnings for base.js code that
uses deprecated APIs, since they cannot really remove those API uses.

RELNOTES: Suppress warnings for deprecated uses in base.js
PiperOrigin-RevId: 504150822
Change-Id: Ica001466eeb316722d6d9600ca7986180a49b30c
  • Loading branch information
brad4d authored and copybara-github committed Jan 24, 2023
1 parent 723c869 commit 41a3ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions closure/goog/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Avoid including base.js more than once. This is strictly discouraged and not
* supported. goog.require(...) won't work properly in that case.
*
* @suppress {deprecated} Users cannot remove deprecated uses here.
* @provideGoog
*/

Expand Down

0 comments on commit 41a3ba0

Please # to comment.