Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-14 | Fix grammar (#5399) | Stu Finn | |
2020-05-14 | Remove extra dollar sign from docs (#5361) | Kerollos Magdy | |
2020-05-14 | Avoid unfortunate ASCII arrow splitting (#5325) | Thomas Steiner | |
2020-05-12 | doc: fix typo (remove redundant 'from') in first_steps.md (#5199) | Haobo Zhao | |
2020-05-10 | Docs for deno test + minor other changes (#5185) | Luca Casonato | |
* Added fs events example. * Added docs for `deno test`. * Renamed file server example. * Unified markdown code types. * Removed plugin topics from TOC. * Fixed links. | |||
2020-05-08 | fix typos (#5163) | Hossam Magdy | |
2020-05-08 | doc: fix typo on first_steps.md (#5149) | Ganesh R | |
2020-05-07 | BREAKING: Remove support for .wasm imports (#5135) | Bartek IwaĆczuk | |
Importing .wasm files is non-standardized therefore deciding to support current functionality past 1.0 release is risky. Besides that .wasm import posed many challenges in our codebase due to complex interactions with TS compiler which spawned thread for each encountered .wasm import. This commit removes: - cli/compilers/wasm.rs - cli/compilers/wasm_wrap.js - two integration tests related to .wasm imports | |||
2020-05-06 | Multi page manual (#5110) | Luca Casonato | |