Jack Works
Jack Works
I see the following usage in the source code: ```js env.link('window', 'document'); env.link('document'); env.link('__proto__', '__proto__', '__proto__'); ve.link('globalThis'); ``` What did it do?
## Summary Fix React crashes when in the dev mode and `console` is frozen. ## How did you test this change? Tested in the browser console.
Enable v37 payload by default. If the user has no local key, they can only use text encoding because we didn't decide how to support the v37 payload for image...
pnpm 7.10 has been released. https://github.com/pnpm/pnpm/releases/tag/v7.10.0 This new feature brings: - _some_ security on the supply chain attack - faster installation Problems need to investigate: - will opening this mode...
This is wrong. It crashes in our environment.  Because when this function is called, there is no `harden` defined yet. _Originally posted by @Jack-Works in https://github.com/endojs/endo/pull/1241#discussion_r967845817_
# Bug Report NodeNext resolution failed to resolve dual-package correctly ### 🔎 Search Terms NodeNext ### 🕗 Version & Regression Information - Never worked ### 💻 Code https://github.com/Jack-Works/ts-nodenext-wrong-resolution-reproduction where `node_modules/testpkg/package.json`...
# Bug Report > The 'this' context of type 'T' is not assignable to method's 'this' of type 'this'. > 'this' could be instantiated with an arbitrary type which could...
fix #25519 ## Summary I made two changes in this PR. 1. I use `event.composed` to detect if an event is originated in a ShadowRoot (which the real target is...
React version: unrelated ## Steps To Reproduce Link to code example: https://codesandbox.io/s/epic-sammet-hmdq7c?file=/src/index.js  ## The current behavior Cannot hover to inspect element inside ShadowRoot ## The expected behavior Works well.