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-10 | update copyright to 2021 (#9081) | Ryan Dahl | |
2020-12-05 | fix(std/encoding): Rewrite toml parser not to use eval() (#8624) | Yuki Tanaka | |
2020-10-11 | fix(std): Parsing inline arrays of inline tables in toml (#7902) | Peter | |
2020-09-06 | test(std/encoding): make tests runnable from any directory (#7368) | Casper Beyer | |
2020-08-28 | fix(std/encoding/toml): Comment after arrays causing incorrect output (#7224) | Jakob Strobl | |
2020-08-24 | feat: update to TypeScript 4.0 (#6514) | Kitson Kelly | |
2020-08-17 | fix(std/encoding/toml): Stop TOML parser from detecting numbers in strings. ↵ | danielwippermann | |
(#7064) Before this patch the TOML parser would incorrect treat the string "base64data0xdamaged" in a declaration as a hex number because the corresponding check triggers even when the "0x" is inside a double quoted string literal as long as it is followed by at least one hex character. | |||
2020-08-03 | fix(std/encoding/toml): Add boolean support to stringify (#6941) | Rauf Islam | |
2020-08-03 | fix(std/toml): parser error with inline comments (#6942) | Jarrett Helton | |
2020-07-22 | BREAKING(std/fs): remove readFileStr and readFileStrSync (#6848) | Casper Beyer | |
This removes the readFileStr and readFileStrSync functions which are effectively duplicates of Deno.readTextFile and Deno.readTextFileSync. | |||
2020-07-16 | fix(std/encoding/toml): could not parse strings with apostrophes/semicolons ↵ | uki00a | |
(#6781) | |||
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2020-02-24 | Remove ansi_term dependency (#4116) | João Souto | |
2020-02-24 | Revert "Remove ansi_term dependency" | Ryan Dahl | |
Broke colors https://github.com/denoland/deno/issues/4112#issuecomment-590545385 This reverts commit c250778704a4e0065e54e6bf6ca6c39d556a6d8d. | |||
2020-02-24 | Remove ansi_term dependency (#4106) | João Souto | |
2020-02-11 | refactor: rewrite tests in std/ to use Deno.test (#3930) | Bartek Iwańczuk | |
2020-02-03 | fix: Deno.remove() to properly remove dangling symlinks (#3860) | Rafael Vargas | |
For some reason, the unit tests for Deno.remove() were not being imported to unit_tests.ts and, consequently, not being executed. Thus, I imported them, refactored some existent ones and wrote new ones for the symlink removal case. Since the creation of a symlink is not implemented for Windows yet, assertions that consider this state were added when the tests are executed in this OS. | |||
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-11-13 | Update to TypeScript 3.7 (#3275) | Kitson Kelly | |
and update to prettier 1.19 Also, update `assert()` and remove not null assertions where possibly in `cli`. Closes #3273 | |||
2019-10-16 | std: Move fs/path to the top-level (#3100) | Nayeem Rahman | |
2019-10-09 | Move everything into std subdir | Ryan Dahl | |