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

Fix: Move CLI services into classes #1355

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

Conversation

NickSeagull
Copy link
Member

Description

Although good, Effect-TS makes the code quite unreadable. This change removes Effect-TS and moves to a class based approach

Changes

Checks

  • Project Builds
  • Project passes tests and checks
  • Updated documentation accordingly

@ghost
Copy link

ghost commented Feb 23, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Port from effect-ts

Remove effect-ts

WIP: Keep moving into services

Keep moving into services
@github-actions
Copy link
Contributor

github-actions bot commented Feb 28, 2023

Oops, looks like you forgot to add a changeset.

⚠️ Please run rush change and commit the changeset file.

This command will prompt you for a change description and generate a changeset file. You can read more about changesets here.

Remember that you should use the version bump that is appropriate for the change you are making:

Version bump Meaning
patch Bug fixes, documentation changes, etc.
minor New features, non-breaking changes
major Breaking changes

If you are unsure about which version bump to use, please ask in the comments and we will help you out.

}

private removeQuotes(value: string): string {
return value.replace(/"/g, '\\"')

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding

This does not escape backslash characters in the input.
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.

1 participant