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

fix[isObjectOf]: no discover prototype properties #93

Merged
merged 3 commits into from
Aug 8, 2024

Conversation

Milly
Copy link
Collaborator

@Milly Milly commented Aug 8, 2024

Fixes #92

is/object_of_test.ts Outdated Show resolved Hide resolved
is/object_of_test.ts Outdated Show resolved Hide resolved
is/object_of_test.ts Outdated Show resolved Hide resolved
Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.98%. Comparing base (7d8bcbd) to head (0ec8074).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
- Coverage   97.99%   97.98%   -0.01%     
==========================================
  Files          50       50              
  Lines         797      794       -3     
  Branches       88       85       -3     
==========================================
- Hits          781      778       -3     
  Misses         16       16              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Milly Milly requested a review from lambdalisue August 8, 2024 09:58
@lambdalisue lambdalisue merged commit f1c49f5 into jsr-core:main Aug 8, 2024
6 checks passed
@Milly Milly deleted the no-prototype branch August 8, 2024 10:23
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.

question: isObjectOf() intended to check prototype properties?
2 participants