Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

docs(embedding_deno): added an overview of all deno crates and what they do. #471

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NinekoTheCat
Copy link

Closes denoland/deno-docs#109

Adds a new chapter that clarifies what deno crates do and links to them.

Makes it easier to figure out where to even begin constructing your ideal version of Deno.

@CLAassistant
Copy link

CLAassistant commented Dec 2, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These crates are documented in the READMEs in their own repos/dirs. Do we want to duplicate those docs in this format? cc @ry @piscisaureus @bartlomieju

A list of all deno related crates are also available in https://crates.io/teams/github:denoland:engineering

@NinekoTheCat
Copy link
Author

Crates are documented in their own READMEs in their repos/dirs. Do we want to duplicate those docs in this format? cc @ry @piscisaureus @bartlomieju

A list of all deno related crates are also available in https://crates.io/teams/github:denoland:engineering

I'd argue that it's better to document it in the manual for easier access. No one wants to scavange for this kind of information.

@bartlomieju
Copy link
Member

These crates are documented in the READMEs in their own repos/dirs. Do we want to duplicate those docs in this format? cc @ry @piscisaureus @bartlomieju

A list of all deno related crates are also available in https://crates.io/teams/github:denoland:engineering

I think it's fine to document them here too

Comment on lines +7 to +12
### [`deno`](https://crates.io/crates/deno)

The real deal.

has All the user facing features of deno including typescript compilation and
dependancy managment in a binary package.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be mentioned that this isnt published as a library anymore

additional rust based deno operators.

It does not implement anything either than that and you have to register
external deno operators to do anything useful.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

operators

what are operators?

- Text Encoding
- Text Decoding
- [File Standard](https://w3c.github.io/FileAPI/)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

streams, compression streams, performance, abortsignal, timers, messagechannel, base64

@crowlKats
Copy link
Member

there are other crates as well, like v8 & urlpattern, and probably a bunch more i am forgetting

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create SubChapter of Embedding Deno
5 participants