kibana/packages/kbn-eslint-import-resolver-kibana/lib
Spencer 8662475834
[core/ui] bootstrap the legacy platform within the new platform (#20699)
Fixes #20694

Implements super basic new platform `core` system, which includes two services: `core.injectedMetadata` and `core.legacyPlatform`. The `core` currently has two responsibilities:

 1. read the metadata from the DOM and initialize the `ui/metadata` module with legacy metadata, proving out how we plan to expose data from the new platform through the existing APIs/modules to the legacy platform.
 2. bootstrap the legacy platform by loading either `ui/chrome` or `ui/test_harness`

Because `core` mutates the `ui/metadata` module before bootstrapping the legacy platform all existing consumers of `ui/metadata` won't be impacted by the fact that metadata loading was moved into the new platform. We plan to do this for many other services that will need to exist in both the legacy and new platforms, like `ui/chrome` (see #20696).
2018-07-17 22:07:13 -07:00
..
debug.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
get_is_path_request.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
get_kibana_path.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
get_path_type.js Increase prettier line width to 100 (#20535) 2018-07-09 22:50:37 +02:00
get_plugins.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
get_project_root.js Increase prettier line width to 100 (#20535) 2018-07-09 22:50:37 +02:00
get_webpack_config.js [core/ui] bootstrap the legacy platform within the new platform (#20699) 2018-07-17 22:07:13 -07:00
index.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
is_probably_webpack_shim.js Increase prettier line width to 100 (#20535) 2018-07-09 22:50:37 +02:00
resolve_webpack_alias.js Fix misspellings (#19981) 2018-06-26 20:17:41 -07:00