1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00
denoland-deno/cli
Kevin (Kun) "Kassimo" Qian 401a5c0211 feat: support .mjs extension resolution (#2283)
Removed `extmap` and added .mjs entry in `map_file_extension`.
The assert in the compiler does not need to be updated, since it is
resolving from the compiled cache instead of elsewhere (notice the .map
is asserted next to it)
2019-05-03 15:03:10 -04:00
..
ansi.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
BUILD.gn Optimize read and write ops (#2259) 2019-05-03 00:06:43 -04:00
build.rs Call ninja directly from build.rs (#2020) 2019-03-30 19:27:00 -04:00
Cargo.toml fs: add Deno.utime/Deno.utimeSync (#2241) 2019-05-01 05:08:11 -04:00
compiler.rs Add support for custom tsconfig.json (#2089) 2019-04-29 07:58:31 -07:00
deno_dir.rs feat: support .mjs extension resolution (#2283) 2019-05-03 15:03:10 -04:00
dispatch_minimal.rs Optimize read and write ops (#2259) 2019-05-03 00:06:43 -04:00
errors.rs Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177) 2019-04-21 21:26:56 -04:00
flags.rs add --no-fetch CLI flag to prevent remote downloads (#2213) 2019-05-03 11:09:51 -04:00
fs.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04: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 Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
http_util.rs Silence clippy warnings and format source code 2019-04-09 20:05:47 +02:00
js_errors.rs Rename crate deno_core to deno (#2022) 2019-03-30 19:30:40 -04:00
main.rs Fix: deno --v8-options does not print v8 options (#2277) 2019-05-03 08:59:52 -04:00
msg.fbs fs: add Deno.utime/Deno.utimeSync (#2241) 2019-05-01 05:08:11 -04:00
msg.rs core: Rename Behavior to Dispatch (#2082) 2019-04-09 13:11:25 -04:00
msg_util.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
ops.rs add --no-fetch CLI flag to prevent remote downloads (#2213) 2019-05-03 11:09:51 -04:00
permissions.rs Silence clippy warnings and format source code 2019-04-09 20:05:47 +02:00
repl.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
resolve_addr.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
resources.rs Revert "recover: #1517 Kill all pending accepts when TCP listener is closed (#2224)" (#2239) 2019-04-28 14:15:15 -07:00
signal.rs Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177) 2019-04-21 21:26:56 -04:00
startup_data.rs Use correct type for source_bytes when buiding in check-only mode 2019-04-09 20:05:47 +02:00
state.rs core: express op as enum (#2255) 2019-05-01 18:22:32 -04:00
tokio_util.rs Revert "recover: #1517 Kill all pending accepts when TCP listener is closed (#2224)" (#2239) 2019-04-28 14:15:15 -07:00
tokio_write.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
version.rs Rename crate deno_core to deno (#2022) 2019-03-30 19:30:40 -04:00
worker.rs add --no-fetch CLI flag to prevent remote downloads (#2213) 2019-05-03 11:09:51 -04:00