Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-19 | feat(std/path): Add toFileUrl() (#7971) | Nayeem Rahman | |
2020-09-27 | feat(fmt): Sort named import and export specifiers (#7711) | David Sherret | |
2020-08-21 | fix: Allow isolated "%"s when parsing file URLs (#7108) | Nayeem Rahman | |
2020-07-30 | fix(cli/rt): Fix file URL to path conversion on Windows (#6920) | Nayeem Rahman | |
2020-07-29 | fix(std/path): Percent-decode in fromFileUrl() (#6913) | Nayeem Rahman | |
2020-07-23 | fix: Improve URL compatibility (#6807) | Nayeem Rahman | |
- Fix protocol regex. - Truncate repeated leading slashes in file paths. - Make drive letter support platform-independent. - Drop the hostname if a drive letter is parsed. - Fix drive letter normalization and basing. - Allow basing over the host. - Fix same-protocol basing. - Remove Windows UNC path support. - Reverts #6418. This is non-standard. Wouldn't be too much of a problem but it makes other parts of the spec hard to realize. | |||
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-08 | feat: add --no-check option (#6456) | Kitson Kelly | |
This commit adds a "--no-check" option to following subcommands: - "deno cache" - "deno info" - "deno run" - "deno test" The "--no-check" options allows to skip type checking step and instead directly transpiles TS sources to JS sources. This solution uses `ts.transpileModule()` API and is just an interim solution before implementing it fully in Rust. | |||
2020-07-06 | Fix definition of URL constructor (#6653) | Ryan Dahl | |
2020-05-31 | fix(std/path): Support browsers (#6003) | Nayeem Rahman | |
2020-05-18 | Revert "Fix definition of URL constructor (#5521)" (#5564) | Ryan Dahl | |
This reverts commit 63bc468365bceda929a39b5eb93b605e2dc2bd9c. | |||
2020-05-17 | Fix definition of URL constructor (#5521) | Masahiro Miyashiro (3846masa) | |
2020-05-09 | BREAKING(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-04-29 | feat(std/path): Add fromFileUrl() (#4993) | Nayeem Rahman | |
Fix: URL constructor accepts a URL object which is not a base | |||
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2019-10-16 | std: Move fs/path to the top-level (#3100) | Nayeem Rahman | |
2019-10-09 | remove std submodule | Ryan Dahl | |
2019-10-04 | Move deno_std to a more convenient location. (#3057) | Ryan Dahl | |
js/deps/https/deno.land/std -> js/std |