nestrs-cli-rs 0.1.0

Rust port of the Nest CLI for the nestrs organization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Upstream source: `../nest-cli/lib/compiler/swc/constants.ts`.

pub const TSC_NO_ERRORS_MESSAGE: &str = "Found 0 errors. Watching for file changes.";
pub const TSC_COMPILATION_STARTED_MESSAGE: &str = "Starting type checking service...";
pub const SWC_LOG_PREFIX: &str = "SWC";
pub const TSC_LOG_PREFIX: &str = "TSC";
pub const TSC_LOG_ERROR_PREFIX: &str = "TSC";
pub const TSC_LOG_SUCCESS_PREFIX: &str = "TSC";
pub const INITIALIZING_TYPE_CHECKER: &str = "Initializing type checker...";
pub const FOUND_NO_ISSUES_METADATA_GENERATION_SKIPPED: &str =
    "Found 0 issues. Metadata generation skipped.";
pub const FOUND_NO_ISSUES_GENERATING_METADATA: &str = "Found 0 issues. Generating metadata...";