-
Story
-
Resolution: Done
-
Major
-
None
-
3
-
False
-
False
-
HAC Core Sprint 1, HAC Core Sprint 2, HAC Core Sprint 3, HAC Core Sprint 4, HAC Core Sprint 5, HAC Core Sprint 6
Goal is to move away from using `requires` in files like api.ts, as the requires that all invoke immediately on file load and don't bring the required dependencies for plugins to be written dynamically.
Concerns around the dependency tree and other inclusions, once we start to bring them into the package as direct JS module exports.
Updated acceptance criteria:
- One pull request to setup distinct files for core SDK requires and console specific requires (pulled into the same spot originally consumed)
- One pull request to demonstrate how to migrate source of utility component required by core sdk from console to core (without interruption)