iiRecord
Agentic AI Atlas · SWC
library:swca5c.ai
II.
Library JSON

library:swc

Structured · live

SWC json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-ts-utilities-templates.yamlCluster · domain
Record JSON
{
  "id": "library:swc",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "SWC",
    "belongsToLanguageId": "language:javascript",
    "category": "build-tool",
    "description": "Rust-based super-fast TypeScript/JavaScript compiler and bundler used\nby Next.js, Vite, and other toolchains as a drop-in Babel replacement;\nsupports transforms, minification, and module bundling.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:swc",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:swc",
      "to": "skill-area:ci-pipeline-optimization",
      "kind": "used_for"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:ts-node",
      "to": "library:swc",
      "kind": "alternative_to"
    },
    {
      "from": "library:tsx",
      "to": "library:swc",
      "kind": "alternative_to"
    }
  ]
}