-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
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
chore: move more tests away from itest #22909
chore: move more tests away from itest #22909
Conversation
output: "jsr/no_module_graph/main.out", | ||
envs: env_vars_for_jsr_tests(), | ||
http_server: true, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nathanwhit it might be a little challenging to move this automatically. We could maybe handle certain situations like where we see something like jsr/node_module_graph/main.out
then seeing jsr/node_module_graph/
being used in the args too, Then stripping that from the args and output, moving this to the json, and copying/moving the folder over.
…and#22878) Does a package resolve when resolving types for a directory (copying the behaviour that typescript does).
…oland#22906) Better example to close denoland#22600 --------- Signed-off-by: Matt Mastracci <matthew@mastracci.com>
Stub implementation of getCipherInfo(). Good enough for most cases. Note: We do not support all OpenSSL ciphers (likely never will) Fixes denoland#21805
Fixes denoland#18972 Support for web-push VAPID keys & jws signing - Fixes EC keygen to return raw private key and uncompressed public key point. - Support for `EC PRIVATE KEY`
Forward 1.41.3 release commit Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: nathanwhit <nathanwhit@users.noreply.github.com>
…e config file (denoland#22924) Investigation from denoland#17298
Avoids the comment diagnostic that vscode gives. Also, automatically renames .json to .jsonc for the time being.
Ooops, looks like something went wrong during the merge. Make sure to remove all the attributions before landing |
Yeah, I'm not sure what I did, but code is fine. I'll squash it. |
Part of #22907