UNPKG

sicua

Version:

A tool for analyzing project structure and dependencies

15 lines (14 loc) 664 B
/** * Constants for debug, console, and development detection */ export declare const CONSOLE_METHODS: string[]; export declare const DEBUG_CONSOLE_METHODS: string[]; export declare const PLACEHOLDER_PATTERNS: RegExp[]; export declare const DEBUG_FLAG_PATTERNS: RegExp[]; export declare const DEBUG_COMMENT_PATTERNS: RegExp[]; export declare const ENV_GATING_PATTERNS: RegExp[]; export declare const DEBUG_LIBRARY_PATTERNS: RegExp[]; export declare const PRODUCTION_DEBUG_INDICATORS: string[]; export declare const DEBUG_UTILITY_FUNCTIONS: string[]; export declare const TEST_ENVIRONMENT_INDICATORS: string[]; export declare const DEV_TOOL_INDICATORS: string[];