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

chore: split structure #558

Merged
merged 9 commits into from
May 20, 2024
Merged

chore: split structure #558

merged 9 commits into from
May 20, 2024

Conversation

metcoder95
Copy link
Member

@metcoder95 metcoder95 commented May 5, 2024

  • chore: use node-prefix
  • chore: consolidate common
  • chore: scope implementations together

Attempt to try to reduce the complexity of the project with the goal of ease of understanding

@metcoder95 metcoder95 requested a review from RafaelGSS May 5, 2024 20:14
@metcoder95 metcoder95 marked this pull request as ready for review May 5, 2024 20:14
@metcoder95 metcoder95 force-pushed the chore/structure branch 3 times, most recently from bd8ec08 to a92e79a Compare May 20, 2024 10:23
@metcoder95
Copy link
Member Author

I'll be merging, please @RafaelGSS if you have any feedback I'll address it in a further PR 👍

@metcoder95 metcoder95 merged commit 5b46247 into current May 20, 2024
10 checks passed
@metcoder95 metcoder95 deleted the chore/structure branch May 20, 2024 15:34
push (task : Task) : void {
this.tasks.push(task);
}
const { version } = JSON.parse(

Choose a reason for hiding this comment

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

@metcoder95 hi, this is currently breaking things for us.

Is this version extraction required? can we pass in a custom path or version in options instead?

This breaks flexibility in a number of ways, like using esbuild and bundling.

Copy link
Member Author

Choose a reason for hiding this comment

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

Let me revert, this is causing too many problems. Will open a PR and publish a fix soon

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.

2 participants