Skip to content

Commit

Permalink
Merge remote-tracking branch 'denoland/master' into middle2h
Browse files Browse the repository at this point in the history
* denoland/master:
  Ignore flaky test cafile_info (denoland#4517)
  fix(inspector): proper error message on port collision (denoland#4514)
  feat: Added colors to doc output (denoland#4518)
  v0.38.0
  feat: Add "deno doc" subcommand (denoland#4500)
  Update to Prettier 2 and use ES Private Fields (denoland#4498)
  upgrade: dprint 0.9.6 (denoland#4509)
  upgrade: rusty_v8 to v0.3.9 (denoland#4505)
  feat: Support Inspector / Chrome Devtools (denoland#4484)
  Improve isatty and kill API docs; Deno.kill() - throw on Windows (denoland#4497)
  refactor: rename ConsoleOptions to InspectOptions (denoland#4493)
  upgrade: dprint 0.9.5 (denoland#4491)
  feat: window.close() (denoland#4474)
  errors: replace .lines with explicit .split newline (denoland#4483)
  doc: improve various API docs and include examples (denoland#4486)
  hide source line if error message longer than 150 chars (denoland#4487)
  fix: add fsEvent notify::Error casts (denoland#4488)
  • Loading branch information
dubiousjim committed Mar 29, 2020
2 parents 6d749fd + 6ae4744 commit 89cd421
Show file tree
Hide file tree
Showing 375 changed files with 7,679 additions and 2,578 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
env:
CARGO_INCREMENTAL: 0
RUST_BACKTRACE: full
V8_BINARY: true

steps:
- name: Configure git
Expand Down
Loading

0 comments on commit 89cd421

Please sign in to comment.