II.
Tool JSON
Structured · livetool:rollup
Rollup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:rollup",
"_kind": "Tool",
"_file": "domain/tools/rollup.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Rollup",
"homepageUrl": "https://rollupjs.org",
"kind": "bundler",
"description": "Module bundler for JavaScript that compiles small pieces of code into something larger.\n"
},
"outgoingEdges": [
{
"from": "tool:rollup",
"to": "language:javascript",
"kind": "belongs_to_language",
"attributes": {}
},
{
"from": "tool:rollup",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:rollup",
"to": "tool:esbuild",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript bundlers — Rollup is plugin-rich; esbuild is Go-based and extremely fast"
}
},
{
"from": "tool:rollup",
"to": "tool:babel",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript build tools — Rollup is a bundler; Babel is a transpiler"
}
}
],
"incomingEdges": [
{
"from": "tool:babel",
"to": "tool:rollup",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript build tools — Babel is a transpiler; Rollup is a bundler"
}
},
{
"from": "tool:esbuild",
"to": "tool:rollup",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript bundlers — esbuild is Go-based and extremely fast; Rollup is plugin-rich"
}
}
]
}