-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Logs + Metrics UI] Migrate to TS project references #80995
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
The majority of the work can be done without waiting for other plugins to complete. Fleet used the approach suggested in #80508 (comment) for #87574 and it worked quite well |
#90049 on APM takes a similar approach. If nobody has a draft up I can try to take a crack at it tomorrow. |
That's great news! infra was the last thing #87574 was waiting for kibana/x-pack/plugins/fleet/tsconfig.json Line 36 in 5c955ff
I'm watching #90118 and will merge #87574 as soon as that lands. Thanks, again! |
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.Blockers
This is currently blocked by the migration status of some of the plugin dependencies:
features
usageCollection
spaces
data
dataEnhanced
visTypeTimeseries
alerts
triggersActionsUi
ml
observability
licenseManagement
kibanaUtils
kibanaReact
apm
home
Acceptance criteria
The
infra
plugin can be referred to using a project refrence, which means it...tsconfig.json
file which conforms to the documented formtsc
's build modeRelated information
The text was updated successfully, but these errors were encountered: