Skip to content

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead →
Path:
/vnext/contributing/adr/records/009__ship-codey-core-as-js-revert-ts-shipping.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

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.

Alternatives