zig/lib/docs/wasm
Ian Johnson b745a96d20 Autodoc: use browser console log levels and simplify panic
Using the browser's `console.error`, etc. functions instead of `console.log` produces prettier output in the console. Additionally, `console.error` in particular includes a stack trace, which is useful for debugging where the error occurred.

Additionally, this commit leverages the enhanced logging to delete the separate `panic` function from the JS code and write it in Zig instead.
2025-02-15 17:29:31 -05:00
..
markdown std.ArrayList: popOrNull() -> pop() [v2] (#22720) 2025-02-10 04:21:31 +00:00
Decl.zig fuzzer: share zig to html rendering with autodocs 2024-08-07 00:48:32 -07:00
html_render.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
main.zig Autodoc: use browser console log levels and simplify panic 2025-02-15 17:29:31 -05:00
markdown.zig std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
Walk.zig Autodoc: report syntax errors to user 2025-02-15 17:29:31 -05:00