We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's been a regression in --deps.
--deps
~/src/deno> ./out/debug/deno tests/https_import.ts --deps Hello ~/src/deno>
It could really use a top-level test. (Tho we need a way of running check_output_tests with arguments to do that.)
Probably should add tools/test_deps.py to test this with arguments.
cc @mirkojotic
The text was updated successfully, but these errors were encountered:
@ry ok, I'll be working on it
Sorry, something went wrong.
fixed via #1103?
Ya thanks.
No branches or pull requests
There's been a regression in
--deps
.It could really use a top-level test. (Tho we need a way of running check_output_tests with arguments to do that.)
Probably should add tools/test_deps.py to test this with arguments.
cc @mirkojotic
The text was updated successfully, but these errors were encountered: