summaryrefslogtreecommitdiff
path: root/cli/deno_dir.rs
AgeCommit message (Expand)Author
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...David Sherret
2022-07-19feat: emit files on demand and fix racy emit (#15220)David Sherret
2022-07-15chore: fix Windows specific clippy errors (#15212)David Sherret
2022-07-12perf: use emit from swc instead of tsc (#15118)David Sherret
2022-06-26build: require safety comments on unsafe code (#13870)Luca Casonato
2022-04-19perf(fmt/lint): incremental formatting and linting (#14314)David Sherret
2022-02-03fix: don't crash when $HOME is a relative path (#13581)Luca Casonato
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-28chore: clippy future cleanups (#8514)Kitson Kelly
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-07-13fix(cli): don't panic when no "HOME" env var is set (#6728)Maayan Hanin
2020-06-20Remove Deno.dir and dirs dependency (#6385)Ryan Dahl
2020-05-24fix: create HTTP cache lazily (#5795)Bartek Iwańczuk
2020-05-15fix: panic if $DENO_DIR is a relative path (#5375)Bartek Iwańczuk
2020-05-07fix(deno_dir): better error message (#5120)Yoshiya Hinosawa
2020-04-03clippy (#4618)Kitson Kelly
2020-02-19refactor: rewrite HTTP cache for file fetcher (#4030)Bartek Iwańczuk
2020-01-02Happy new year! (#3578)Ry Dahl
2019-07-31refactor: cleanup compiler pipeline (#2686)Bartek Iwańczuk
2019-07-31factor out FileFetcher to separate module (#2683)Bartek Iwańczuk
2019-07-22save headers for all intermediate redirects (#2677)Bartek Iwańczuk
2019-07-20removed unnecessary implementation from SourceFileFetcher (#2670)andy finch
2019-07-18Remove hacky normalize_path (#2660)Ryan Dahl
2019-07-17Refactor DenoDir (#2636)Bartek Iwańczuk
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
2019-07-08core: replace ModuleSpecifier::to_url() by as_url()Bert Belder
2019-07-08cli: refactor deno_dir to use Url instead of StringBartek Iwańczuk
2019-06-25Port code from Cargo and use for progressRyan Dahl
2019-06-24refactor: use Path/PathBuf in deno dir (#2559)Bartek Iwańczuk
2019-06-24fix: prevent multiple downloads of modules (#2477)Bartek Iwańczuk
2019-06-19Combine CLI Errors (#2487)Kitson Kelly
2019-05-11Add progress bar (#2309)Ryan Dahl
2019-05-09fix: support relative path for whitelisting (#2317)Kevin (Kun) "Kassimo" Qian
2019-05-08First pass at permissions whitelist (#2129)andy finch
2019-05-03feat: support .mjs extension resolution (#2283)Kevin (Kun) "Kassimo" Qian
2019-05-03add --no-fetch CLI flag to prevent remote downloads (#2213)Bartek Iwańczuk
2019-04-29Add support for custom tsconfig.json (#2089)Kitson Kelly
2019-04-17Fix clippy warningsBert Belder
2019-04-13fix absolute path resolution from remote (#2109)Yoshiya Hinosawa
2019-04-09Silence clippy warnings and format source codeBert Belder
2019-04-01Follow redirect location as new referrers for nested module imports (#2031)Kevin (Kun) "Kassimo" Qian
2019-03-28Merge the --recompile and --reload flags (#2003)Ryan Dahl
2019-03-28Clippy fixes (#2009)Bert Belder
2019-03-20Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)Ryan Dahl
2019-03-20Add more async module loading function (#1974)Ryan Dahl
2019-03-19Add fetch_remote_source_async (#1972)Ryan Dahl
2019-03-19Move fetch_remote_source, fetch_local_sourceRyan Dahl
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl