summaryrefslogtreecommitdiff
path: root/std/encoding/toml_test.ts
AgeCommit message (Expand)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-12-05fix(std/encoding): Rewrite toml parser not to use eval() (#8624)Yuki Tanaka
2020-10-11fix(std): Parsing inline arrays of inline tables in toml (#7902)Peter
2020-09-06test(std/encoding): make tests runnable from any directory (#7368)Casper Beyer
2020-08-28fix(std/encoding/toml): Comment after arrays causing incorrect output (#7224)Jakob Strobl
2020-08-24feat: update to TypeScript 4.0 (#6514)Kitson Kelly
2020-08-17fix(std/encoding/toml): Stop TOML parser from detecting numbers in strings. (...danielwippermann
2020-08-03fix(std/encoding/toml): Add boolean support to stringify (#6941)Rauf Islam
2020-08-03fix(std/toml): parser error with inline comments (#6942)Jarrett Helton
2020-07-22BREAKING(std/fs): remove readFileStr and readFileStrSync (#6848)Casper Beyer
2020-07-16fix(std/encoding/toml): could not parse strings with apostrophes/semicolons (...uki00a
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-02-24Remove ansi_term dependency (#4116)João Souto
2020-02-24Revert "Remove ansi_term dependency"Ryan Dahl
2020-02-24Remove ansi_term dependency (#4106)João Souto
2020-02-11refactor: rewrite tests in std/ to use Deno.test (#3930)Bartek Iwańczuk
2020-02-03fix: Deno.remove() to properly remove dangling symlinks (#3860)Rafael Vargas
2020-01-02Happy new year! (#3578)Ry Dahl
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
2019-10-16std: Move fs/path to the top-level (#3100)Nayeem Rahman
2019-10-09Move everything into std subdirRyan Dahl