MujahedSafaa

Results 4 issues of MujahedSafaa

This pull request addresses an issue where the Error.cause property was not formatted correctly when printed using console.log, leading to confusion. solution: Implemented a fix to ensure that Error.cause is...

This PR fixes: https://github.com/denoland/deno/issues/23711 When executing `deno doc` on a TypeScript file that contains a namespace exporting itself, like in this file example: https://gist.github.com/crowlKats/1f6ed084bbab0a10267df9ed31564599 ``` export namespace test { export...

This commit resolves a panic that occurs when the text_info function attempts to slice a string containing non-ASCII characters. The fix addresses the issue reported in the Deno repository: https://github.com/denoland/deno/issues/23875...

This PR addresses the issue reported in https://github.com/denoland/deno/issues/26018. Issue: Running deno doc --test on a file that contains a shebang results in a parse error. Solution: The bug has been...