Phil Pluckthun

Results 66 issues of Phil Pluckthun

# Why We had minimal `package.json` entries on `@expo/config-plugins`, which can cause problems with some configurations of TypeScript, with it being potentially unable to resolve types for the package. #...

bot: passed checks
bot: fingerprint compatible

# Why Resolves #36620 Due to `asyncType` being used to communicate whether we're bundling for a Web Worker, it's currently tricky to mark the transform step as being for Web...

bot: passed checks
bot: fingerprint compatible

# Why `expo-modules-autolinking` resolves Expo modules and React Native modules which may be duplicated in the dependency tree. While this doesn't cause issues in native autolinking, since duplicates are detected...

bot: passed checks
bot: fingerprint compatible

Resolves #3764 ## Summary Same as before: the warning is irrelevant, and we're looking to mute it. We can make the deferred dispatching permanent, if we don't want to rely...

> [!NOTE] > I'll have to look into the bundlesize impact. Currently, this seems to have an outsized impact of `0.13kB` minzipped, which seems a little high for what this...

> [!NOTE] > Requires `@expo/metro` bump # Why Not too many relevant changes should be brought in by `[email protected]`, but the most important one we're looking for is: https://github.com/facebook/metro/commit/af3bccabf0c67e93f1090fdc2b7c653d9e707495 We're...

bot: suggestions
bot: fingerprint compatible

# Why See CI failure in: https://github.com/expo/expo/actions/runs/19916741962/job/57096975273 Caused by symlink added in: #41383 # How - ~~Update the workspaces pattern to only find Expo package folders by workspace specifier name...

bot: passed checks
bot: fingerprint compatible

> [!NOTE] > Requires `@expo/metro` bump # Why With an update to `@expo/metro` we can get rid of the remaining `metro-*` imports in non-runtime files. # How - temp: Bump...

bot: suggestions
bot: fingerprint changed

## Summary Errors may be swallowed in `require`, which then cascades the error to `await import`. However, this may then trigger an error on Windows since absolute Windows paths cannot...

CLA Signed
Shared with Meta

## Summary Hardlinking/cloning is increasingly common in package managers, when a file system allows for efficient copy-on-write hardlinks/clones. Bun and pnpm use this for dependency installations. When installing a new...

CLA Signed
Shared with Meta