Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-20 | chore: move docs to separate repository | Bartek Iwańczuk | |
2021-03-22 | docs(import_maps): Fix example for project-relative absolute specifiers (#9856) | Nayeem Rahman | |
2021-03-01 | feat: 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-17 | docs: Use JSONC code block for commenting (#9511) | Takahiko Inayama | |
2020-11-27 | docs(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-20 | chore: 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-28 | docs: end sentences with a period in docs (#7730) | Trivikram Kamat | |
2020-08-15 | typo (#7052) | tokiedokie | |
2020-07-31 | feat: add $STD_VERSION replacement variable in docs (#6922) | Luca Casonato | |
2020-06-27 | docs: Update import_maps.md to include more examples (#5648) | Vincent Victoria | |
2020-06-12 | docs: fix typo in import maps example (#6250) | Paul Whitmer | |
2020-06-10 | doc: improve linking to external code docs (#6158) | Chris Knight | |
2020-05-18 | adjust docs (#5598) | Matt Dumler | |
2020-05-17 | docs: fix import maps code without --allow-net (#5528) | thomasy | |
2020-05-09 | std/0.50.0 | Ryan Dahl | |
Add std/version.ts and document unstableness of std. | |||
2020-05-09 | updated manual to indicate needed --unstable for --importmap (#5117) | Seanmclem | |
2020-05-06 | Multi page manual (#5110) | Luca Casonato | |