Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow worklet referencing in plugin #5911

Merged
merged 11 commits into from
Jun 10, 2024
Prev Previous commit
fix lint
  • Loading branch information
tjzel committed Jun 10, 2024
commit d6e78a6933164ea47aaf7d17e09a02106c4f6b9a
4 changes: 2 additions & 2 deletions packages/react-native-reanimated/plugin/src/objectWorklets.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { NodePath } from '@babel/core';
import { isWorkletizableFunctionType, ReanimatedPluginPass } from './types';
import type { WorkletizableObject } from './types';
import { isWorkletizableFunctionType } from './types';
import type { WorkletizableObject, ReanimatedPluginPass } from './types';
import { processWorklet } from './workletSubstitution';

export function processWorkletizableObject(
Expand Down