index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
encoding
/
toml_test.ts
Age
Commit message (
Expand
)
Author
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
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
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
2020-07-16
fix(std/encoding/toml): could not parse strings with apostrophes/semicolons (...
uki00a
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
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
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-11-13
Update to TypeScript 3.7 (#3275)
Kitson Kelly
2019-10-16
std: Move fs/path to the top-level (#3100)
Nayeem Rahman
2019-10-09
Move everything into std subdir
Ryan Dahl