-
-
Notifications
You must be signed in to change notification settings - Fork 976
feat: add symbol/search
#8503
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
feat: add symbol/search
#8503
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
@kgryte , I'm unable to run the make lint in local |
|
@DivyanshuVortex Did you run |
Signed-off-by: Divyanshu <divyanshuchandra9027@gmail.com>
Resolves #8480
Description
This PR implements the RFC for adding the package
assert/has-split-symbol-support.The package is modeled after existing ones:
assert/has-iterator-symbol-supportassert/has-is-concat-spreadable-symbol-supportassert/has-has-instance-symbol-supportThe only functional difference is that this package checks for the existence of
Symbol.split.Implementation steps completed
assert/has-iterator-symbol-supportiterator→splitSymbol.splitRelated Issues
None.
Questions
No.
Other
No.
Checklist
AI Assistance
How AI was used
Disclosure
Used ChatGPT to understand structure the PR description.
All code edits and verification were performed manually.
@stdlib-js/reviewers