mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 18:27:59 -04:00
261 lines
No EOL
8.6 KiB
JSON
261 lines
No EOL
8.6 KiB
JSON
{
|
|
"id": "@kbn/repo-source-classifier",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.RepoSourceClassifier",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "RepoSourceClassifier",
|
|
"description": [],
|
|
"path": "packages/kbn-repo-source-classifier/src/repo_source_classifier.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.RepoSourceClassifier.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/repo_source_classifier.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.RepoSourceClassifier.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "resolver",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/import-resolver",
|
|
"scope": "common",
|
|
"docId": "kibKbnImportResolverPluginApi",
|
|
"section": "def-common.ImportResolver",
|
|
"text": "ImportResolver"
|
|
}
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/repo_source_classifier.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.RepoSourceClassifier.classify",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "classify",
|
|
"description": [],
|
|
"signature": [
|
|
"(absolute: string) => ",
|
|
{
|
|
"pluginId": "@kbn/repo-source-classifier",
|
|
"scope": "common",
|
|
"docId": "kibKbnRepoSourceClassifierPluginApi",
|
|
"section": "def-common.ModuleId",
|
|
"text": "ModuleId"
|
|
}
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/repo_source_classifier.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.RepoSourceClassifier.classify.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "absolute",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/repo_source_classifier.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.ModuleId",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ModuleId",
|
|
"description": [],
|
|
"path": "packages/kbn-repo-source-classifier/src/module_id.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.ModuleId.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"Type of the module"
|
|
],
|
|
"signature": [
|
|
"\"non-package\" | \"tests or mocks\" | \"static\" | \"tooling\" | \"server package\" | \"browser package\" | \"common package\""
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/module_id.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.ModuleId.group",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "group",
|
|
"description": [
|
|
"Specifies the group to which this module belongs"
|
|
],
|
|
"signature": [
|
|
"\"search\" | \"security\" | \"observability\" | \"platform\" | \"common\""
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/module_id.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.ModuleId.visibility",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "visibility",
|
|
"description": [
|
|
"Specifies the module visibility, i.e. whether it can be accessed by everybody or only modules in the same group"
|
|
],
|
|
"signature": [
|
|
"\"private\" | \"shared\""
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/module_id.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.ModuleId.repoRel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "repoRel",
|
|
"description": [
|
|
"repo relative path to the module's source file"
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/module_id.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.ModuleId.pkgInfo",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "pkgInfo",
|
|
"description": [
|
|
"info about the package the source file is within, in the case the file is found within a package"
|
|
],
|
|
"signature": [
|
|
"PkgInfo",
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/module_id.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.ModuleId.manifest",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "manifest",
|
|
"description": [
|
|
"The type of package, as described in the manifest"
|
|
],
|
|
"signature": [
|
|
"KibanaPackageManifest",
|
|
" | undefined"
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/module_id.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.ModuleId.dirs",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "dirs",
|
|
"description": [
|
|
"path segments of the dirname of this"
|
|
],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/module_id.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "@kbn/repo-source-classifier",
|
|
"id": "def-common.ModuleType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ModuleType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"non-package\" | \"tests or mocks\" | \"static\" | \"tooling\" | \"server package\" | \"browser package\" | \"common package\""
|
|
],
|
|
"path": "packages/kbn-repo-source-classifier/src/module_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
}
|
|
} |