mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 23:31:24 -05:00
a44349dfdf
This commit adds new binary target called "denort". It is a "lite" version of "deno" binary that can only execute code embedded inside the binary itself. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
10 lines
212 B
Rust
10 lines
212 B
Rust
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
|
|
|
pub mod coverage;
|
|
pub mod fmt;
|
|
pub mod installer;
|
|
pub mod lint;
|
|
pub mod repl;
|
|
pub mod standalone;
|
|
pub mod test_runner;
|
|
pub mod upgrade;
|