Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-04 | Merge deno_cli_snapshots into deno_cli (#3064) | Ryan Dahl | |
2019-09-07 | Update @typescript-eslint/* to v2.1.0 (#2878) | Yoshiya Hinosawa | |
2019-09-02 | Refactor snapshot build (#2825) | Ryan Dahl | |
Instead of using core/snapshot_creator.rs, instead two crates are introduced which allow building the snapshot during build.rs. Rollup is removed and replaced with our own bundler. This removes the Node build dependency. Modules in //js now use Deno-style imports with file extensions, rather than Node style extensionless imports. This improves incremental build time when changes are made to //js files by about 40 seconds. | |||
2019-08-06 | Implement Blob url support for worker (#2729) | Kevin (Kun) "Kassimo" Qian | |
2019-08-01 | Implement function convertLineEndingsToNative in blob.ts (#2695) | Tomohito Nakayama | |
based on https://w3c.github.io/FileAPI/#convert-line-endings-to-native | |||
2019-04-21 | Fix eslint warnings (#2151) | Ryan Dahl | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: LE GOFF Vincent <g_n_s@hotmail.fr> | |||
2019-04-18 | avoid prototype builtin hasOwnProperty (#2144) | 迷渡 | |
2019-03-09 | Migrate from tslint to eslint for linting (#1905) | Kitson Kelly | |
2019-01-03 | Support more fetch init body types (#1449) | Kevin (Kun) "Kassimo" Qian | |
2019-01-02 | Happy new year! | Ryan Dahl | |
2018-12-06 | Use alternate TextEncoder/TextDecoder implementation (#1281) | Kitson Kelly | |
This is faster and smaller. | |||
2018-11-04 | Web APIs: `File` and `FormData` (#1056) | Kyra | |
2018-10-24 | fix typos (#1083) | Joseph | |
2018-10-14 | Align JSDoc to style guide. | Kitson Kelly | |
2018-10-07 | Updates to js to clean up default library | Kitson Kelly | |
2018-09-14 | Rename fetch_types.d.ts to dom_types.d.ts | Parsa Ghadimi | |
2018-09-14 | Implement Blob | Parsa Ghadimi | |