Skip to content

Conversation

@make-github-pseudonymous-again

Just for reference for #8, this is the implementation I am currently using. Fixes #7.

Copy link

@internettrans internettrans left a comment

Choose a reason for hiding this comment

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

This project has git hooks that fix the code formatting via prettier during pre-commit. This is done via the husky package. Your changes here skipped the pre-commit hook, resulting in every line of code being changed. Additionally, you seemed to rewrite the entire project rather than just modifying it in the ways needed to implement the feature.

For this reason, I'm not going to review it until those items are fixed - please do not apply your own formatting to the code, but instead use the built in git hooks that run prettier automatically. If you're having trouble figuring out the git hooks, you can run pnpm run format and it will fix everything. Additionally, do not rewrite the parts of the project that do not need to be touched for your feature.

@make-github-pseudonymous-again
Copy link
Author

@joeldenning I ask for forgiveness. Please do not consider this PR for merging. I just meant it to be another reference implementation of #8. For comparison only.

@internettrans
Copy link

no problem, let's move discussion for this feature to #8

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.

CJS support

2 participants