II.
Experiment overview
Reference · liveexperiment:tsc-json-loading
TSC Runtime JSON Loading Verification overview
Verifies that the atlas package loads index.json via fs.readFileSync at runtime rather than TypeScript import, avoiding compiler memory issues with large JSON modules.
Attributes
displayName
TSC Runtime JSON Loading Verification
description
Verifies that the atlas package loads index.json via fs.readFileSync at
runtime rather than TypeScript import, avoiding compiler memory issues
with large JSON modules.
status
completed
result
validated
startedAt
2026-05-10
completedAt
2026-05-10
evidence
require('./packages/atlas/dist/index.js') succeeds without error.
The module loads the 14000+ record index.json via fs.readFileSync at
runtime. Test command exits 0 and prints 'OK'.
Outgoing edges
tests_claim1
- claim:tsc-runtime-json-loading·TestableClaimTSC runtime JSON loading
Incoming edges
None.