deno/cli
Ryan Dahl c9ef182886
Make deno_cli installable via crates.io (#2946)
- Fixes cargo publish on deno_typescript, deno_cli_snapshots, and
  deno_cli.
- Combines cli_snapshots and js into one directory.
- Extracts TS version at compile time rather than runtime
- Bumps version awkwardly - it was necessary to test end-to-end
  publishing. Sorry.
- Adds git submodule deno_typescript/typescript
2019-09-15 18:36:27 -04:00
..
compilers Run tests after "cargo build" on travis (#2854) 2019-09-04 17:16:46 -04:00
ops Make deno_cli installable via crates.io (#2946) 2019-09-15 18:36:27 -04:00
Cargo.toml Make deno_cli installable via crates.io (#2946) 2019-09-15 18:36:27 -04:00
colors.rs Rename ansi.rs to colors.rs (#2956) 2019-09-15 14:48:25 -04:00
deno_dir.rs refactor: cleanup compiler pipeline (#2686) 2019-07-31 13:16:03 -04:00
deno_error.rs Rename ansi.rs to colors.rs (#2956) 2019-09-15 14:48:25 -04:00
diagnostics.rs Rename ansi.rs to colors.rs (#2956) 2019-09-15 14:48:25 -04:00
disk_cache.rs fix: cache paths on Windows are broken (#2760) 2019-08-12 01:12:09 +02:00
file_fetcher.rs Run tests after "cargo build" on travis (#2854) 2019-09-04 17:16:46 -04:00
flags.rs Keep all deno_std URLs in sync (#2930) 2019-09-12 12:56:53 -04:00
fmt_errors.rs Rename ansi.rs to colors.rs (#2956) 2019-09-15 14:48:25 -04:00
fs.rs Don't test resolve_from_cwd_absolute() on Windows (#2911) 2019-09-10 20:16:30 -07:00
global_timer.rs Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945) 2019-03-20 18:55:52 -04:00
http_body.rs Use 'reqwest' to implement HTTP client (#2822) 2019-08-30 14:49:03 -07:00
http_util.rs feat: Set user agent for http client (#2916) 2019-09-11 07:31:00 -04:00
import_map.rs Fix import map panics, use import map's location as its base URL (#2770) 2019-08-15 13:58:04 -04:00
integration_tests.rs Rename ansi.rs to colors.rs (#2956) 2019-09-15 14:48:25 -04:00
main.rs Make deno_cli installable via crates.io (#2946) 2019-09-15 18:36:27 -04:00
msg.rs Remove flatbuffers (#2818) 2019-08-26 17:02:34 -04:00
permissions.rs Dynamic import should respect permissions (#2764) 2019-08-13 14:51:15 -04:00
progress.rs Port code from Cargo and use for progress 2019-06-25 06:32:28 -07:00
repl.rs Fix repl crash when deno dir doesn't exist (#2727) 2019-08-08 07:25:39 -04:00
resolve_addr.rs Refactor error to use dynamic dispatch and traits 2019-07-11 14:37:00 -04:00
resources.rs fix: replace bad rid panics with errors (#2870) 2019-09-10 00:59:40 -04:00
shell.rs Use system rustfmt instead of fixed binary (#2701) 2019-07-31 17:11:37 -04:00
signal.rs Refactor error to use dynamic dispatch and traits 2019-07-11 14:37:00 -04:00
source_maps.rs Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
startup_data.rs Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
state.rs Organize dispatch a bit (#2796) 2019-08-21 20:42:48 -04:00
tokio_read.rs fix: replace bad rid panics with errors (#2870) 2019-09-10 00:59:40 -04:00
tokio_util.rs fix: panicking when can't create runtime for block_on (#2905) 2019-09-11 20:10:14 -04:00
tokio_write.rs fix: replace bad rid panics with errors (#2870) 2019-09-10 00:59:40 -04:00
version.rs Make deno_cli installable via crates.io (#2946) 2019-09-15 18:36:27 -04:00
worker.rs Run tests after "cargo build" on travis (#2854) 2019-09-04 17:16:46 -04:00