-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
reorg: cli/js/compiler/, move more API to cli/js/web/ #4310
Conversation
6516c9f
to
f9ec21e
Compare
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.
LGTM
cli/js/dispatch.ts
Outdated
default: | ||
return json.asyncMsgFromRust; | ||
} | ||
} |
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.
Good
Segfault strikes again:
EDIT: This segfault happens when reading HTTP body. When I added console log in EDIT2: Segfault is occasional... |
93b7cef
to
3352acd
Compare
* denoland/master: Remove doc strings from cli/js TS files (denoland#4329) upgrade: Rust 1.42.0 (denoland#4331) Enable std tests in debug mode (denoland#4332) fix: Node polyfill fsAppend rework (denoland#4322) v0.36.0 Add waker to StreamResource to fix hang on close bugs (denoland#4293) reorg: Deno global initialization (denoland#4317) move compiler API tests to integration tests (denoland#4319) support permission mode in mkdir (denoland#4286) Stricter permissions for Deno.makeTemp* (denoland#4318) reorg: remove dispatch.ts, move signals, factor out web utils (denoland#4316) reorg: cli/js/compiler/, move more API to cli/js/web/ (denoland#4310) Improve dprint config (denoland#4314) doc(cli/flags): Reduce empty lines in help messages (denoland#4312)
This PR:
Ref #4248