Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | chore: remove std directory (#9361) | Casper Beyer | |
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now. | |||
2021-01-02 | fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960) | Nayeem Rahman | |
2020-11-14 | refactor(std): add std/_util/os.ts module (#8370) | Behnam Mohammadi | |
This commit adds "std/_util/os.ts" module which contains common os detection logic and is browser compatible. Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> | |||
2020-10-19 | feat(std/path): Add toFileUrl() (#7971) | Nayeem Rahman | |
2020-05-31 | fix(std/path): Support browsers (#6003) | Nayeem Rahman | |
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-30 | feat: Add common to std/path (#4527) | 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 |