summaryrefslogtreecommitdiff
path: root/core/module_specifier.rs
AgeCommit message (Expand)Author
2023-03-14refactor: deno_core not using std::env::current_dir (#18173)Bartek Iwańczuk
2023-03-14refactor(core): remove "resolve_url_or_path_deprecated" (#18174)Bartek Iwańczuk
2023-03-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-03-13refactor(core): pass cwd explicitly to resolve_path (#18092)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-06-25fix(core): don't panic on non-existent cwd (#14957)Divy Srivastava
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-09-05fix(doc): fix rustdoc bare_urls warning (#11921)Feng Yu
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-05-31fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)Nayeem Rahman
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-01feat(lsp): add references code lens (#9316)Kitson Kelly
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-11-27fix(cli): make output of deno info --json deterministic (#8483)William Perron
2020-11-22feat(unstable): Add deno test --no-run (#8093)Nayeem Rahman
2020-10-23Revert "feat(cli): Add deno cache --test and --worker (#7920)" (#8089)Bartek Iwańczuk
2020-10-23feat(cli): Add deno cache --test and --worker (#7920)Nayeem Rahman
2020-10-09Implement Serialize for ModuleSpecifier (#7900)Ryan Dahl
2020-09-21chore: add copyright (#7593)tokiedokie
2020-08-12unify path normalization utility (#6865)Divy Srivastava
2020-07-16fix: ModuleSpecifier removes relative path parts (#6762)Bartek Iwańczuk
2020-05-17Simplify fmt::Display for ModuleResolutionError (#5550)扩散性百万甜面包
2020-04-30adding missing test cases for <unknown> base (#4988)Thiago Veronezi
2020-01-02fix typos (#3573)EnokMan
2019-12-23Upgrades rust to 1.40.0 (#3542)Axetroy
2019-11-26better error messages for 'relative import path not prefixed with / or ./ or ...Bartek Iwańczuk
2019-10-03Update rust to 1.38.0 (#3030)Andy Hayden
2019-08-09Fix dynamic import base path problem for REPL and eval (#2757)Kevin (Kun) "Kassimo" Qian
2019-08-09Dynamic import (#2516)Bert Belder
2019-07-30feat: add debug info to ModuleResolutionError (#2697)Bartek Iwańczuk
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-07-08core: clearly define when module lookup is path-based vs URL-basedBert Belder
2019-06-30core: return useful error when import path has no prefix like ./Bert Belder
2019-06-12Move ModuleSpecifier to //core (#2509)Bartek Iwańczuk