summaryrefslogtreecommitdiff
path: root/docs/linking_to_external_code
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-07-19docs: fix bash code blocks tagged as ts (#11439)Casper Beyer
2021-06-24docs: fixed spelling mistake (#11096)Nick Williams
2021-03-22docs(import_maps): Fix example for project-relative absolute specifiers (#9856)Nayeem Rahman
2021-03-01feat: stabilise import maps (#9526)Bartek Iwańczuk
This commit stabilises import maps by removing requirement on "--unstable" flag when "--import-map" flag is used.
2021-02-17docs: Use JSONC code block for commenting (#9511)Takahiko Inayama
2021-02-16feat(cli): support auth tokens for accessing private modules (#9508)Kitson Kelly
Closes #5239
2020-12-31docs: add note about NO_PROXY env variable (#8929)Tomofumi Chiba
2020-11-27docs(import_maps): Add trailing slash to ./src example (#8524)Eric Zingeler
Update docs to reflect behavior. If trailing slash is not provided, `deno run` will throw error `Package address targets must end with "/"`.
2020-10-20chore: Rename --importmap to --import-map (#7032)Nayeem Rahman
--importmap still works as an alias to --import-map but is not visible in CLI help output.
2020-09-28docs: end sentences with a period in docs (#7730)Trivikram Kamat
2020-08-15typo (#7052)tokiedokie
2020-07-31feat: add $STD_VERSION replacement variable in docs (#6922)Luca Casonato
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-27docs: Update import_maps.md to include more examples (#5648)Vincent Victoria
2020-06-12docs: fix typo in import maps example (#6250)Paul Whitmer
2020-06-10doc: improve linking to external code docs (#6158)Chris Knight
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