-
-
Notifications
You must be signed in to change notification settings - Fork 953
feat: add symbol/split
#8489
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
base: develop
Are you sure you want to change the base?
feat: add symbol/split
#8489
Conversation
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
@DivyanshuVortex You'll need to resolve all CI failures before this PR can move forward. Cheers! |
|
@DivyanshuVortex Quick tip: you'll accelerate your development cycle by following the project contributing guidelines and setting up your local dev environment. All the tests, linting, benchmarks, examples, etc, can all be run locally via |
|
Hey @kgryte, I tried running If you prefer to close this , that’s totally fine — but please do share some guidance for resolving the linting setup if possible for upcoming contributes. |
Resolves #8488 .
Description
This RFC proposes adding the package symbol/split.
The package should be very similar to the following existing packages:
symbol/has-instance
symbol/iterator
symbol/async-iterator
symbol/is-concat-spreadable
The primary difference is that the package should export Symbol.split if it exists.
Related Issues
None.
Questions
No.
I have read and understood the Code of Conduct.
Searched for existing issues and pull requests.
The issue name begins with RFC:.
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
Used ChatGPT for minor documentation and example formatting assistance.
@stdlib-js/reviewers