Skip to content

Commit

Permalink
included #3970 plugin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Feb 27, 2023
1 parent f9043d4 commit 225c956
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const globals = new Set([
'this',
'console',
'performance',
'_chronoNow',
'Date',
'Array',
'ArrayBuffer',
Expand All @@ -75,6 +74,7 @@ const globals = new Set([
'null',
'UIManager',
'requestAnimationFrame',
'setImmediate',
'_WORKLET',
'arguments',
'Boolean',
Expand All @@ -101,8 +101,6 @@ const globals = new Set([
'_dispatchCommand',
'_setGestureState',
'_getCurrentTime',
'_eventTimestamp',
'_frameTimestamp',
'isNaN',
'LayoutAnimationRepository',
'_notifyAboutProgress',
Expand Down

0 comments on commit 225c956

Please sign in to comment.