summaryrefslogtreecommitdiff
path: root/cli/module_loader.rs
AgeCommit message (Expand)Author
2021-09-11refactor: use import_map crate (#11974)Bartek Iwańczuk
2021-05-31fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)Nayeem Rahman
2021-05-17fix: static import permissions in dynamic importsLuca Casonato
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-06feat: Add configurable permissions for Workers (#8215)Steven Guerrero
2020-12-15fix(cli): make dynamic import errors catchable (#8750)Kitson Kelly
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk
2020-12-07refactor(cli): Simplify choosing type lib in CliModuleLoader (#8637)Bartek Iwańczuk
2020-11-03refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)Kitson Kelly
2020-11-02refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)Kitson Kelly
2020-10-23refactor(cli): migrate run and cache to new infrastructure (#7996)Kitson Kelly
2020-10-13refactor(cli): rename GlobalState to ProgramState (#7914)Bartek Iwańczuk