style(common): remove unnecessary private annotation (#34734)
The `@private` annotation on a function upsets tsc, and appears unnecessary for non-exported functions. PR Close #34734
This commit is contained in:
parent
bfe9bc912a
commit
a44479d0a0
|
@ -223,7 +223,6 @@ function _stripIndexHtml(url: string): string {
|
|||
/**
|
||||
* Tries to decode the URI component without throwing an exception.
|
||||
*
|
||||
* @private
|
||||
* @param str value potential URI component to check.
|
||||
* @returns the decoded URI if it can be decoded or else `undefined`.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue