512K vs 64K Line Count Discrepancy
- Entity ID:
ent-20260419-f6eb18b9ba09 - Type:
concept - Scope:
shared - Status:
active - Aliases: leak size discrepancy, productive code count
Description
Clarification of line-count confusion in media coverage: 512,000 lines = total source-map content (comments, blank lines, type defs, test stubs, everything that leaked); 64,464 lines = core TypeScript actually serving paying customers (src/ directory). 0 test files confirmed in both counts. 64,464 is engineering reality; 512,000 is legal/IP scope.
Key claims
- Core productive TypeScript is 64,464 lines, not 512,000
- Zero test files in the leaked codebase
Relations
- none yet