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
2025-01-19 04:16:00 -05:00
Code
Issues
Packages
1
Wiki
Activity
411f53f7bb
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-04 11:12:21 +09:00
Refactor CLI entry point (#2157) Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch"
2019-04-21 17:34:18 +02: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-16 01:43:23 +02:00
}
Copy permalink