Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server): Removed OvernightJS #252

Merged
merged 2 commits into from
Apr 17, 2023

Conversation

basmasking
Copy link
Member

Fixes #231

Changes proposed in this pull request:

  • removed the overnightJS dependency

@MaskingTechnology/jitar

@basmasking basmasking linked an issue Apr 17, 2023 that may be closed by this pull request
Copy link
Member

@petermasking petermasking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can also remove the "experimentalDecorators" from the tsconfig file.

{
#app: Express;
//#router: express.Router;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the router will come back...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@basmasking
Copy link
Member Author

I think we can also remove the "experimentalDecorators" from the tsconfig file.

We still have the decorators for the runtime configurations. If we replace these validations by, for example, zod, we can remove the decorators property.

@petermasking petermasking merged commit bb23970 into main Apr 17, 2023
@petermasking petermasking deleted the 231-remove-overnightjs-from-the-server branch April 17, 2023 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove OvernightJS from the server
2 participants