Summary
Now that the Kibana build system supports using TypeScript project references (#46773), the infra plugin must be migrated to participate. This is part of the overall effort tracked at #80508.
Plugins to migrate:
Blockers
Plugin dependencies blocking full migration:
task_manager depends on migration of the following first:
apm (#81003)
event_log depends on migration of the following first:
home
actions and alerts plugins depends on migration of the following first:
security_oss
home
Acceptance criteria
Each of the listed plugins can be referred to using a project reference, which means it...
- has a
tsconfig.json file which conforms to the documented form
- references the dependencies
- emits type definitions for its public API
- compiles in
tsc's build mode
Related information
Summary
Now that the Kibana build system supports using TypeScript project references (#46773), the
infraplugin must be migrated to participate. This is part of the overall effort tracked at #80508.Plugins to migrate:
Blockers
Plugin dependencies blocking full migration:
task_managerdepends on migration of the following first:apm (#81003)
event_logdepends on migration of the following first:home
actionsandalertsplugins depends on migration of the following first:security_oss
home
Acceptance criteria
Each of the listed plugins can be referred to using a project reference, which means it...
tsconfig.jsonfile which conforms to the documented formtsc's build modeRelated information