This website requires JavaScript.
Explore
Help
Sign in
development
/
deno
Watch
1
Star
0
Fork
You've already forked deno
0
mirror of
https://github.com/denoland/deno
synced
2024-11-05 18:45:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5f1df038fb
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-17 01:05:14 +00:00
extern
crate
deno_cli
;
Handle typescript version in rust (#2855)
2019-09-04 02:12:21 +00:00
Refactor CLI entry point (#2157) Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch"
2019-04-21 15:34:18 +00: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-17 01:05:14 +00:00
deno_cli
::
main
(
)
;
First pass at deno rust
2018-06-15 23:43:23 +00:00
}
Reference in a new issue
Copy permalink