@kubb/core
Version:
Core functionality for Kubb's plugin-based code generation system, providing the foundation for transforming OpenAPI specifications.
135 lines • 2.68 kB
JSON
[
{
"path": "src/test.ts",
"baseName": "test.ts",
"sources": [
{
"name": "test",
"value": "export const test = 2;",
"isExportable": true,
"isIndexable": true
}
],
"imports": [],
"exports": [],
"id": "81188fa6e8155e286766a6f3ca74e3eaf1e65e4aca7c0c2788e588b32c591288",
"name": "test",
"extname": ".ts",
"meta": {}
},
{
"path": "src/index.ts",
"baseName": "index.ts",
"exports": [
{
"path": "./sub/hello.ts"
},
{
"path": "./sub/world.ts"
},
{
"path": "./test.ts"
}
],
"imports": [],
"sources": [
{
"name": "test",
"value": "",
"isExportable": false,
"isIndexable": false
},
{
"name": "hello",
"value": "",
"isExportable": false,
"isIndexable": false
},
{
"name": "world",
"value": "",
"isExportable": false,
"isIndexable": false
}
],
"id": "a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80",
"name": "index",
"extname": ".ts",
"meta": {}
},
{
"path": "src/sub/hello.ts",
"baseName": "hello.ts",
"sources": [
{
"name": "hello",
"value": "export const hello = 2;",
"isExportable": true,
"isIndexable": true
}
],
"imports": [],
"exports": [],
"id": "9e2eb758d04ed285d5eb44154f8ce82fafc1a45f3454ec50e776a6ad2923bdbc",
"name": "hello",
"extname": ".ts",
"meta": {}
},
{
"path": "src/sub/world.ts",
"baseName": "world.ts",
"sources": [
{
"name": "world",
"value": "export const world = 2;",
"isExportable": true,
"isIndexable": true
}
],
"imports": [],
"exports": [],
"id": "8875e1f9f216417bf0cd05cf4a1a49f430094b0700574b1db6e4e2406feeb850",
"name": "world",
"extname": ".ts",
"meta": {}
},
{
"path": "src/sub/index.ts",
"baseName": "index.ts",
"sources": [
{
"name": "hello",
"value": ""
},
{
"name": "world",
"value": ""
}
],
"imports": [],
"exports": [
{
"path": "./hello.ts"
},
{
"path": "./world.ts"
},
{
"name": [
"hello"
],
"path": "./sub/hello.ts"
},
{
"name": [
"world"
],
"path": "./sub/world.ts"
}
],
"id": "00d9bb747968e55db50fa82465b2f0678d957e9befeaff84a70e431486a8a132",
"name": "index",
"extname": ".ts",
"meta": {}
}
]