summaryrefslogtreecommitdiff
path: root/cli/text_encoding.rs
AgeCommit message (Collapse)Author
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ↵David Sherret
cache folder (#16857)
2022-11-25refactor: move cdp.rs to tools/repl (#16821)David Sherret
2022-07-19feat: emit files on demand and fix racy emit (#15220)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-09-05fix(doc): fix rustdoc bare_urls warning (#11921)Feng Yu
2021-08-16fix: parse error when transpiling code with BOM (#11688)Ryan Dahl
Co-authored-by: David Sherret <dsherret@gmail.com>
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-08-03fix(cli): add support for non-UTF8 source files (#6789)Maayan Hanin
Fixes: #5542