software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
9.1k stars 1.32k forks source link

fix: Allow TypeScript in worklet classes #6667

Closed tjzel closed 6 days ago

tjzel commented 2 weeks ago

Summary

Turns out @babel/preset-typescript always has to be included when calling transformSync from babel (it cannot be included in a later call). Due to that I made all transformSync calls into a wrapper call that uses a required set of plugins and presets.

Fixes

Test plan