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
/
cli
/
import_map.rs
Age
Commit message (
Expand
)
Author
2021-09-11
refactor: use import_map crate (#11974)
Bartek Iwańczuk
2021-09-11
fix: Query string percent-encoded in import map (#11976)
Bartek Iwańczuk
2021-09-05
fix(doc): fix rustdoc bare_urls warning (#11921)
Feng Yu
2021-08-03
chore: surface import map JSON parse error to user (#11573)
David Sherret
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-29
fix: support windows file specifiers with import maps (#11551)
David Sherret
2021-05-31
fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)
Nayeem Rahman
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-01
feat: Align import map to spec and test using WPT (#9616)
Bartek Iwańczuk
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-17
feat: support loading import map from URL (#9519)
Bartek Iwańczuk
2021-02-09
fix(cli): import maps handles data URLs (#9437)
Kitson Kelly
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-02-11
update references to testing/mod.ts in manual (#3973)
Bartek Iwańczuk
2020-02-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-08-15
Fix import map panics, use import map's location as its base URL (#2770)
Nayeem Rahman
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-07-08
core: replace ModuleSpecifier::to_url() by as_url()
Bert Belder
2019-07-08
core: clearly define when module lookup is path-based vs URL-based
Bert Belder
2019-06-12
Move ModuleSpecifier to //core (#2509)
Bartek Iwańczuk
2019-06-12
Refactor module resolving (#2493)
Bartek Iwańczuk
2019-06-09
feat: Import maps (#2360)
Bartek Iwańczuk