From 4e93dc9bcf1c3e6b13a10e7958b33d890a842d06 Mon Sep 17 00:00:00 2001 From: RblSb Date: Mon, 20 Oct 2025 22:01:24 +0300 Subject: [PATCH] Remove false positive deprecation warnings --- src/js/node/Url.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/node/Url.hx b/src/js/node/Url.hx index d0f10333..9b528afe 100644 --- a/src/js/node/Url.hx +++ b/src/js/node/Url.hx @@ -131,7 +131,7 @@ typedef UrlFormatOptions = { Parsed URL objects have some or all of the following fields, depending on whether or not they exist in the URL string. Any parts that are not in the URL string will not be in the parsed object. **/ -@:deprecated +@:noCompletion typedef UrlObject = { /** The full URL string that was parsed with both the `protocol` and `host` components converted to lower-case.