Skip to content

Conversation

@ahuseyn
Copy link
Member

@ahuseyn ahuseyn commented Sep 23, 2025

Description

This pull request introduces a new @faustjs/utilities package, providing the existing utility functions of Faust.js. The changes include several utility modules, configuration for building both ESM and CommonJS outputs, and documentation for usage and contribution.

Package Setup and Documentation:

  • Added package.json for the new @faustjs/utilities package, specifying dependencies (chalk, lodash), build scripts, and engine requirements.
  • Added a comprehensive README.md describing installation, available utilities, usage examples, and contribution guidelines.

Related Issue(s):

@ahuseyn ahuseyn requested a review from josephfusco September 23, 2025 10:45
@ahuseyn ahuseyn requested a review from a team as a code owner September 23, 2025 10:45
@changeset-bot
Copy link

changeset-bot bot commented Sep 23, 2025

⚠️ No Changeset found

Latest commit: 696d38c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "@faustwp/core" specified in the `linked` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.
The package or glob expression "@faustwp/cli" specified in the `linked` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.
The package or glob expression "@faustwp/getting-started-example" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@ahuseyn ahuseyn linked an issue Sep 23, 2025 that may be closed by this pull request
@ahuseyn ahuseyn requested a review from josephfusco October 7, 2025 10:46
Copy link
Member

@josephfusco josephfusco left a comment

Choose a reason for hiding this comment

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

This looks good to me! Nice work @ahuseyn

@ahuseyn ahuseyn merged commit 9287c79 into next Oct 7, 2025
@ahuseyn ahuseyn deleted the next-faust-utils branch October 7, 2025 14:24
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.

[experimental]: Add existing Faust utils to the new Faust

3 participants