This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
2a348144c6
denoland-deno
/
cli
/
main.rs
6 lines
58 B
Rust
Raw
Normal View
History
Unescape
Escape
Move integration tests to //cli/tests/ (#2964) This ensures the deno executable is properly created before running the integration tests. Also allows deno_cli to be used as a lib. Docs are now properly generated: https://docs.rs/deno_cli/0.18.4/deno_cli/ Towards #2933 Prep for #2955
2019-09-16 21:05:14 -04:00
extern
crate
deno_cli
;
Handle typescript version in rust (#2855)
2019-09-03 22:12:21 -04:00
Refactor CLI entry point (#2157) Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch"
2019-04-21 11:34:18 -04:00
fn
main
(
)
{
Move integration tests to //cli/tests/ (#2964) This ensures the deno executable is properly created before running the integration tests. Also allows deno_cli to be used as a lib. Docs are now properly generated: https://docs.rs/deno_cli/0.18.4/deno_cli/ Towards #2933 Prep for #2955
2019-09-16 21:05:14 -04:00
deno_cli
::
main
(
)
;
First pass at deno rust
2018-06-15 19:43:23 -04:00
}
Copy permalink