1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00

docs: Remove outdated information about third_party/ directory (#8973)

This commit is contained in:
Yacine Hmito 2021-01-04 18:13:53 +01:00 committed by GitHub
parent b478b06f9d
commit 346b72ce70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View file

@ -45,14 +45,6 @@ Examples of bad PR title:
5. Ensure `./tools/format.js` passes without changing files. 5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes. 6. Ensure `./tools/lint.js` passes.
## Changes to `third_party`
[`deno_third_party`](https://github.com/denoland/deno_third_party) contains most
of the external code that Deno depends on, so that we know exactly what we are
executing at any given time. It is carefully maintained with a mixture of manual
labor and private scripts. It's likely you will need help from @ry or
@piscisaureus to make changes.
## Adding Ops (aka bindings) ## Adding Ops (aka bindings)
We are very concerned about making mistakes when adding new APIs. When adding an We are very concerned about making mistakes when adding new APIs. When adding an

View file

@ -1,9 +1,5 @@
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. # Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
# Dummy package info required by `cargo fetch`. # Dummy package info required by `cargo fetch`.
# Use tools/sync_third_party.py to install deps after editing this file.
# Deno does not build with cargo. Deno uses a build system called gn.
# See build_extra/rust/BUILD.gn for the manually built configuration of rust
# crates.
[workspace] [workspace]
members = [ members = [