react/packages/react-native-renderer/src
Jan Kassens 6b30832666
Upgrade prettier (#26081)
The old version of prettier we were using didn't support the Flow syntax
to access properties in a type using `SomeType['prop']`. This updates
`prettier` and `rollup-plugin-prettier` to the latest versions.

I added the prettier config `arrowParens: "avoid"` to reduce the diff
size as the default has changed in Prettier 2.0. The largest amount of
changes comes from function expressions now having a space. This doesn't
have an option to preserve the old behavior, so we have to update this.
2023-01-31 08:25:05 -05:00
..
__mocks__/react-native/Libraries/ReactPrivate Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
__tests__ Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
legacy-events Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
server [ServerRenderer] Add option to send instructions as data attributes (#25437) 2022-11-30 13:22:08 -05:00
NativeMethodsMixinUtils.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
ReactFabric.js Revert "Hold host functions in var" (#26079) 2023-01-30 17:23:02 +00:00
ReactFabricComponentTree.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactFabricEventEmitter.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
ReactFabricGlobalResponderHandler.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
ReactFabricHostConfig.js [flow] enable enforce_local_inference_annotations (#25921) 2023-01-09 15:46:48 -05:00
ReactFabricInjection.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactNativeAttributePayload.js [flow] enable exact_empty_objects (#25973) 2023-01-09 17:00:36 -05:00
ReactNativeBridgeEventPlugin.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
ReactNativeComponentTree.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactNativeEventEmitter.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
ReactNativeEventPluginOrder.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactNativeFiberHostComponent.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
ReactNativeFiberInspector.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
ReactNativeGetListeners.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
ReactNativeGlobalResponderHandler.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
ReactNativeHostConfig.js Remove Reconciler fork (2/2) (#25775) 2022-12-01 23:19:13 -05:00
ReactNativeInjection.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactNativeInjectionShared.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactNativeRenderer.js Revert "Hold host functions in var" (#26079) 2023-01-30 17:23:02 +00:00
ReactNativeTypes.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00