Results 7 issues of

add proto test cases: https://github.com/wsypower/core/blob/641e6ceec7ecb540bb2be96cbd8a59ad1791d7b0/packages/reactivity/__tests__/reactive.spec.ts#L21-L38

clear on readonly collections return the proxy ```javascript const warp = readonly(new Map()) console.log(warp.clear() === warp) // true ``` This fix now return undefined ```javascript const warp = readonly(new Map())...

The eventInfo variable has been environmentally validated

hasOwnProperty adds this parameter and delete @ts-ignore

test(reactivity): 100% effectScope coverage

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking change...