Appearance
Ship codey core as JS (revert TS shipping)
Status: Approved
Decision Date: 26/06/2023
Scope: Codey Core
Context
The previous decision to ship codey core as Typescript proved to have a major drawback, different tsc
rules would throw errors about the codey-core
code. As the code is shipped and not meant to be changed it makes it impossible to compile and type check the project consuming it.
Decision
We reverted the previous decision and ship codey core as JS again.
Consequences
Build steps are enabled again to package the codey core code.