II.
TestableClaim overview
Reference · liveclaim:tsc-runtime-json-loading
TSC runtime JSON loading overview
TypeScript build succeeds with runtime fs.readFileSync for large JSON files — the atlas package uses fs.readFileSync to load index.json at runtime rather than importing it, avoiding TypeScript compiler memory issues with large JSON modules.
Attributes
displayName
TSC runtime JSON loading
description
TypeScript build succeeds with runtime fs.readFileSync for large JSON
files — the atlas package uses fs.readFileSync to load index.json at
runtime rather than importing it, avoiding TypeScript compiler memory
issues with large JSON modules.
testStatus
passing
testType
smoke
category
compatibility
priority
medium
testCommand
node -e "require('./packages/atlas/dist/index.js');console.log('OK')"
Outgoing edges
asserts_about1
- domain:software-engineering·DomainSoftware Engineering
Incoming edges
tests_claim1
- experiment:tsc-json-loading·ExperimentTSC Runtime JSON Loading Verification