Ghost/ghost/model-to-domain-event-interceptor
Daniel Lockyer e893c92074 Deduplicated tsconfig.json files
refs https://github.com/TryGhost/DevOps/issues/45

- this moves the bulk of the tsconfig file to the `ghost/` folder and
  simply extends this file in each of the TS lib packages we currently
  have
- this makes it a lot easier to make single changes to our TS config
2023-07-12 09:34:00 +02:00
..
src Extracted model event interceptor to separate package 2023-07-03 18:47:27 +08:00
test Cleaned up commented out debug code 2023-07-03 18:58:17 +08:00
.eslintrc.js Fixed TypeScript related no-unused-vars linting errors 2023-07-03 18:47:27 +08:00
package.json Update dependency typescript to v5.1.6 2023-07-04 12:28:58 +02:00
README.md Extracted model event interceptor to separate package 2023-07-03 18:47:27 +08:00
tsconfig.json Deduplicated tsconfig.json files 2023-07-12 09:34:00 +02:00

Model To Domain Event Interceptor

Model event interceptor that maps legacy model events to Domain event

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests