summaryrefslogtreecommitdiff
path: root/docs/linking_to_external_code
AgeCommit message (Collapse)Author
2020-05-18adjust docs (#5598)Matt Dumler
2020-05-18docs: Clarify external code vendoring (#5597)Nayeem Rahman
2020-05-17docs: fix import maps code without --allow-net (#5528)thomasy
2020-05-09std/0.50.0Ryan Dahl
Add std/version.ts and document unstableness of std.
2020-05-09BREAKING(std): reorganization (#5087)Nayeem Rahman
* Prepend underscores to private modules * Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result. * Move std/_util/async.ts to std/async * Move std/util/sha*.ts to std/hash
2020-05-09updated manual to indicate needed --unstable for --importmap (#5117)Seanmclem
2020-05-06Multi page manual (#5110)Luca Casonato