II.
ScopeBoundary JSON
Structured · livescope-boundary:typescript.scope
scope-boundary:typescript.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:typescript.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "language:typescript",
"inScope": "Strongly-typed JavaScript superset for medium-to-large web, Node.js, and\nlibrary codebases where compile-time safety, IDE refactor support, and\nstructural typing pay back the build-step cost. Sweet spot: SaaS\nfront-ends, full-stack apps (Next.js, Remix), CLIs, and SDK packages.\n",
"outOfScope": "Tiny scripts where the build step exceeds the script's value, very\ndynamic plugin systems where types fight the design, and runtimes\nthat need ahead-of-time native compilation without a JS host.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:typescript.scope",
"to": "language:typescript",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}