@kubb/core
Version:
Core functionality for Kubb's plugin-based code generation system, providing the foundation for transforming OpenAPI specifications.
147 lines • 2.81 kB
JSON
[
{
"path": "src/test.ts",
"baseName": "test.ts",
"sources": [
{
"name": "test",
"value": "export const test = 2;",
"isExportable": true,
"isIndexable": true
}
],
"id": "f8e2d98f76d6e33f21aa686d674544b5c7d6fa3e",
"name": "test",
"extname": ".ts",
"imports": [],
"exports": [],
"meta": {}
},
{
"path": "src/index.ts",
"baseName": "index.ts",
"exports": [
{
"path": "./sub/hello.ts"
},
{
"path": "./sub/world.ts"
},
{
"path": "./test.ts"
}
],
"sources": [
{
"name": "test",
"value": "",
"isExportable": false,
"isIndexable": false
},
{
"name": "hello",
"value": "",
"isExportable": false,
"isIndexable": false
},
{
"name": "world",
"value": "",
"isExportable": false,
"isIndexable": false
}
],
"id": "feabc02536bd6630458e734990f7e2a21a55c469",
"name": "index",
"extname": ".ts",
"imports": [],
"meta": {}
},
{
"path": "src/sub/hello.ts",
"baseName": "hello.ts",
"sources": [
{
"name": "hello",
"value": "export const hello = 2;",
"isExportable": true,
"isIndexable": true
}
],
"id": "4b588b3e31d5ea58e60ceedfcf54b9292fbf6986",
"name": "hello",
"extname": ".ts",
"imports": [],
"exports": [],
"meta": {}
},
{
"path": "src/sub/world.ts",
"baseName": "world.ts",
"sources": [
{
"name": "world",
"value": "export const world = 2;",
"isExportable": true,
"isIndexable": true
}
],
"id": "53fb0d18b280dd7edc4a2bc5bbf71ea203680f70",
"name": "world",
"extname": ".ts",
"imports": [],
"exports": [],
"meta": {}
},
{
"path": "src/sub/index.ts",
"baseName": "index.ts",
"sources": [
{
"name": "hello",
"value": ""
},
{
"name": "world",
"value": ""
},
{
"name": "hello",
"value": "",
"isExportable": false,
"isIndexable": false
},
{
"name": "world",
"value": "",
"isExportable": false,
"isIndexable": false
}
],
"exports": [
{
"path": "./hello.ts"
},
{
"path": "./world.ts"
},
{
"name": [
"hello"
],
"path": "./sub/hello.ts"
},
{
"name": [
"world"
],
"path": "./sub/world.ts"
}
],
"id": "c67967bd2363dd9637437671f6fe1ed146debdbf",
"name": "index",
"extname": ".ts",
"imports": [],
"meta": {}
}
]