Description
This is a follow-up to #9530 and the fix in #9511.
@babel/types was added to react-native-worklets dependencies, but the bundled Babel plugin has two other runtime imports that remain undeclared:
@babel/generator is also imported by workletFactory.ts.
The plugin build uses packages: 'external', so these remain runtime require() calls in the published bundle. However, neither package is listed in the published package's dependencies.
Steps to reproduce
- Use pnpm 11 with its isolated dependency layout.
- Install the versions listed below.
- Configure Babel with
react-native-worklets/plugin.
- Run a clean install:
pnpm install --frozen-lockfile
- Load the plugin or start an Expo export:
node -e "require('react-native-worklets/plugin')"
- Observe
Cannot find module '@babel/generator'.
- Add only
@babel/generator and repeat. It then fails with Cannot find module '@babel/traverse'.
Snack or a link to a repository
https://github.com/jparkrr/react-native-worklets-pnpm-repro
Reanimated version
4.4.1
Worklets version
0.9.2
React Native version
0.85.3
Platforms
iOS
JavaScript runtime
None
Workflow
None
Architecture
None
Reanimated feature flags
None
React Native release level
None
Build type
No response
Device
No response
Host machine
None
Device model
No response
Acknowledgements
Yes
Description
This is a follow-up to #9530 and the fix in #9511.
@babel/typeswas added toreact-native-workletsdependencies, but the bundled Babel plugin has two other runtime imports that remain undeclared:@babel/generator@babel/traverse@babel/generatoris also imported byworkletFactory.ts.The plugin build uses
packages: 'external', so these remain runtimerequire()calls in the published bundle. However, neither package is listed in the published package's dependencies.Steps to reproduce
react-native-worklets/plugin.Cannot find module '@babel/generator'.@babel/generatorand repeat. It then fails withCannot find module '@babel/traverse'.Snack or a link to a repository
https://github.com/jparkrr/react-native-worklets-pnpm-repro
Reanimated version
4.4.1
Worklets version
0.9.2
React Native version
0.85.3
Platforms
iOS
JavaScript runtime
None
Workflow
None
Architecture
None
Reanimated feature flags
None
React Native release level
None
Build type
No response
Device
No response
Host machine
None
Device model
No response
Acknowledgements
Yes