You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce time on debugging our tools, we need a new tool for comparing against other tools.
How I imagine this should work:
pbpaste | cargo run -p compare -- bunch of args
cargo run -p compare -- bunch of args https://raw.github.com/...
cargo run -p compare -- bunch of args ./test.js
These commands will
retrieve the file from clipboard / url / disk
run all our components
save each component's output to disk if we want to inspect the full output
compare these outputs to babel / swc / esbuild etc
run our output and other tool's output through prettier
produce a diff if there are mismatches
I have been doing these tasks over and over, I think it's time to automate these steps.
The text was updated successfully, but these errors were encountered:
Boshen
changed the title
tasks: debuggability enhancement
tasks: automation around comparing to other tools
Sep 28, 2024
To reduce time on debugging our tools, we need a new tool for comparing against other tools.
How I imagine this should work:
These commands will
I have been doing these tasks over and over, I think it's time to automate these steps.
The text was updated successfully, but these errors were encountered: