summaryrefslogtreecommitdiff
path: root/cli/specifier_handler.rs
AgeCommit message (Collapse)Author
2020-10-23refactor(cli): migrate run and cache to new infrastructure (#7996)Kitson Kelly
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-10-16fix(cli): ModuleGraph2 properly handles redirects (#7981)Kitson Kelly
2020-10-13refactor(cli): rename GlobalState to ProgramState (#7914)Bartek IwaƄczuk
2020-10-13reafactor(cli): use Emit enum and rename ts_build_info (#7952)Kitson Kelly
2020-10-12refactor(cli): move info subcommand over to new module graph (#7892)Kitson Kelly
2020-10-07refactor(cli): remove TextDocument (#7850)Kitson Kelly
2020-10-07refactor(cli): cleanups to new module graph (#7846)Kitson Kelly
2020-09-30fix: check cached versions during transpile (#7760)Kitson Kelly
Fixes: #7759
2020-09-30fix(cli): use global_state file_fetcher when using SpecifierHandler (#7748)Kitson Kelly
Fixes: #7709
2020-09-25refactor: new module graph used for no check (#7621)Kitson Kelly