UNPKG

codesnap-analyzer

Version:

Create comprehensive snapshots of your codebase with token counting for LLMs

9 lines (8 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FILE_LIMITS = void 0; exports.FILE_LIMITS = { MAX_FILE_SIZE: 10 * 1024 * 1024, // 10 MB MAX_FILES: 10000, MAX_TOTAL_SIZE: 500 * 1024 * 1024, // 500 MB };