Phil Pluckthun
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. #...
# 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...
# 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...
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...
# 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...
> [!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...
## 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...
## 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...