[meta] Unblock migration of src/core to Bazel #94141
Labels
NeededFor:Operations
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
In order to support Phase III of the Bazel RFC (#92758), tracking issue #91056, we will need to first migrate the
src/core
directory to the Bazel build system. To do this, we need to make sure that all code that is imported intosrc/core
is from projects that are already migrated to Bazel and there are no circular dependencies between them.Known violations of this requirement:
src/legacy/server
/src/apm.js
to its own package #93823The text was updated successfully, but these errors were encountered: