Commit 38e9c69
chore: merge up to 0.79-stable branch (#2620)
## Summary:
Merge up to the first commit on `0.79-stable` branch from upstream
(81e4901).
<details>
<summary>Full list files where conflicts had to be manually
resolved</summary>
- .gitignore
- Gemfile
- Gemfile.lock
- README.md
- package.json
- packages/assets/package.json
- packages/babel-plugin-codegen/package.json
- packages/community-cli-plugin/package.json
- packages/core-cli-utils/package.json
- packages/debugger-frontend/package.json
- packages/dev-middleware/package.json
- packages/eslint-config-react-native/package.json
- packages/eslint-plugin-react-native/package.json
- packages/eslint-plugin-specs/package.json
- packages/gradle-plugin/package.json
- packages/helloworld/Gemfile
- packages/metro-config/package.json
- packages/normalize-color/package.json
- packages/polyfills/package.json
- packages/react-native-babel-preset/package.json
- packages/react-native-babel-transformer/package.json
- packages/react-native-codegen-typescript-test/package.json
- packages/react-native-codegen/package.json
- packages/react-native-fantom/package.json
- packages/react-native-popup-menu-android/package.json
- packages/react-native-test-library/package.json
- packages/react-native/Libraries/Alert/Alert.js
- packages/react-native/Libraries/AppDelegate/RCTAppDelegate.h
- packages/react-native/Libraries/AppDelegate/RCTAppDelegate.mm
- packages/react-native/Libraries/Components/Button.js
- packages/react-native/Libraries/Components/Pressable/Pressable.js
- packages/react-native/Libraries/Components/ScrollView/ScrollView.js
- packages/react-native/Libraries/Components/TextInput/TextInput.flow.js
- packages/react-native/Libraries/Components/TextInput/TextInput.js
-
packages/react-native/Libraries/Components/TextInput/TextInputNativeCommands.js
- packages/react-native/Libraries/Components/Touchable/Touchable.js
-
packages/react-native/Libraries/Components/Touchable/TouchableWithoutFeedback.js
- packages/react-native/Libraries/Components/View/ViewPropTypes.js
- packages/react-native/Libraries/Core/setUpAlert.js
- packages/react-native/Libraries/Image/ImageProps.js
- packages/react-native/Libraries/Lists/FillRateHelper.js
- packages/react-native/Libraries/Lists/FlatList.js
- packages/react-native/Libraries/Lists/SectionList.js
- packages/react-native/Libraries/Lists/SectionListModern.js
- packages/react-native/Libraries/Lists/ViewabilityHelper.js
- packages/react-native/Libraries/Lists/VirtualizeUtils.js
- packages/react-native/Libraries/Lists/VirtualizedList.js
- packages/react-native/Libraries/Lists/VirtualizedListContext.js
- packages/react-native/Libraries/Lists/VirtualizedSectionList.js
- packages/react-native/Libraries/Modal/Modal.js
- packages/react-native/Libraries/Network/RCTDataRequestHandler.mm
- packages/react-native/Libraries/Network/RCTFileRequestHandler.mm
- packages/react-native/Libraries/Pressability/Pressability.js
-
packages/react-native/Libraries/Text/TextInput/RCTBackedTextInputViewProtocol.h
-
packages/react-native/Libraries/Text/TextInput/Singleline/RCTUITextField.mm
- packages/react-native/Libraries/Text/TextProps.js
- packages/react-native/Libraries/Types/CoreEventTypes.js
- packages/react-native/Libraries/Utilities/Platform.flow.js
- packages/react-native/Libraries/Utilities/ReactNativeTestTools.js
- packages/react-native/Libraries/Utilities/__tests__/Platform-test.js
- packages/react-native/Libraries/WebSocket/WebSocket.js
-
packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap
- packages/react-native/React/CoreModules/RCTAccessibilityManager.mm
- packages/react-native/React/CoreModules/RCTAppearance.mm
- packages/react-native/React/CoreModules/RCTDevSettings.mm
- packages/react-native/React/CoreModules/RCTDeviceInfo.mm
- packages/react-native/React/CoreModules/RCTPlatform.mm
- packages/react-native/React/CoreModules/RCTStatusBarManager.mm
- packages/react-native/React/DevSupport/RCTInspectorDevServerHelper.mm
-
packages/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTPullToRefreshViewComponentView.mm
-
packages/react-native/React/Fabric/Mounting/ComponentViews/Text/RCTParagraphComponentView.mm
-
packages/react-native/React/Fabric/Mounting/ComponentViews/TextInput/RCTTextInputComponentView.mm
-
packages/react-native/React/Fabric/Mounting/ComponentViews/TextInput/RCTTextInputUtils.mm
- packages/react-native/React/Fabric/Utils/RCTBoxShadow.mm
- packages/react-native/React/Fabric/Utils/RCTLinearGradient.mm
- packages/react-native/React/UIUtils/RCTUIUtils.h
- packages/react-native/React/UIUtils/RCTUIUtils.m
-
packages/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/propsConversions.h
-
packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics/HostPlatformColor.mm
-
packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics/RCTPlatformColorUtils.h
-
packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics/RCTPlatformColorUtils.mm
-
packages/react-native/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/RCTAttributedTextUtils.mm
-
packages/react-native/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/RCTTextPrimitivesConversions.h
- packages/react-native/index.js
- packages/react-native/package.json
- packages/react-native/scripts/cocoapods/new_architecture.rb
- packages/react-native/src/private/inspector/NetworkOverlay.js
-
packages/react-native/src/private/specs_DEPRECATED/modules/NativeAlertManager.js
- packages/rn-tester/Gemfile
- packages/rn-tester/Podfile.lock
- packages/rn-tester/RNTester/AppDelegate.h
- packages/rn-tester/RNTester/AppDelegate.mm
- packages/rn-tester/js/examples/FlatList/FlatList-basic.js
- packages/rn-tester/js/examples/TextInput/TextInputExample.ios.js
- packages/rn-tester/js/types/RNTesterTypes.js
- packages/rn-tester/package.json
- packages/typescript-config/package.json
- packages/virtualized-lists/Lists/VirtualizedListProps.js
- packages/virtualized-lists/package.json
- yarn.lock
</details>
## Test Plan:
Run RNTester locally
<img width="1392" height="888" alt="image"
src="https://github.com/user-attachments/assets/3a60d6b4-44ea-497d-9e63-cb04607cd7c3"
/>
---------
Co-authored-by: Jakub Piasecki <piaseckijakub@meta.com>
Co-authored-by: Iwo Plaza <plazaiwo@meta.com>
Co-authored-by: Mateo Guzmán <info@mateoguzman.net>
Co-authored-by: Nicola Corti <ncor@meta.com>
Co-authored-by: Dawid Małecki <maleckidawid@meta.com>
Co-authored-by: Pieter De Baets <pieterdb@meta.com>
Co-authored-by: Samuel Susla <samuelsusla@meta.com>
Co-authored-by: Joe Vilches <joevilches@meta.com>
Co-authored-by: David Vacca <dvacca@meta.com>
Co-authored-by: Sam Zhou <samzhou19815@meta.com>
Co-authored-by: Nick Gerleman <ngerlem@meta.com>
Co-authored-by: Riccardo Cipolleschi <cipolleschi@meta.com>
Co-authored-by: Vitali Zaidman <vzaidman@meta.com>
Co-authored-by: Andrew Datsenko <asd@meta.com>
Co-authored-by: Rob Hogan <robhogan@meta.com>
Co-authored-by: Dark Knight <>
Co-authored-by: chrsmys <chris@nschris.com>
Co-authored-by: Shawn Dempsey <shawndempsey@meta.com>
Co-authored-by: Eric Rozell <ericroz@meta.com>
Co-authored-by: Marc Rousavy <me@mrousavy.com>
Co-authored-by: Liron Yahdav <lyahdav@meta.com>
Co-authored-by: Fabrizio Cucci <fabriziocucci@meta.com>
Co-authored-by: Jon Thysell <jthysell@microsoft.com>
Co-authored-by: Douglas Lowder <douglowder@mac.com>
Co-authored-by: Alan Lee <alanlee2@meta.com>
Co-authored-by: Rubén Norte <rubennorte@meta.com>
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
Co-authored-by: Samat Osmonov <samatbekosmonov@fb.com>
Co-authored-by: Janic Duplessis <janicduplessis@gmail.com>
Co-authored-by: Henry Garant <hgarant@meta.com>
Co-authored-by: Jack Pope <jackpope@meta.com>
Co-authored-by: Devan Buggay <devanb@meta.com>
Co-authored-by: Jakub Piasecki <jakub.piasecki@swmansion.com>
Co-authored-by: zhongwuzw <zhongwuzw@qq.com>
Co-authored-by: Olivier Bouillet <olivier@azzapp.com>
Co-authored-by: Ruslan Lesiutin <hoxy@meta.com>
Co-authored-by: Rick Hanlon <rickhanlonii@meta.com>
Co-authored-by: Shawn Dempsey <shawndempsey@fb.com>
Co-authored-by: Maddie Lord <maddie@meta.com>
Co-authored-by: Soe Lynn <soelynn@meta.com>
Co-authored-by: Julian Tigler <High5Apps@gmail.com>
Co-authored-by: Parsa Nasirimehr <p.nasirimehr@gmail.com>
Co-authored-by: Peter Hsieh <peterhsieh@meta.com>
Co-authored-by: Intl Scheduler <generatedunixname89002005309424@fb.com>
Co-authored-by: Oskar Kwaśniewski <oskarkwasniewski@icloud.com>
Co-authored-by: Joanna Qu <55368679+joannaquu@users.noreply.github.com>
Co-authored-by: Christian Falch <christian.falch@gmail.com>
Co-authored-by: Nick Lefever <lefever@meta.com>
Co-authored-by: Kudo Chien <ckchien@gmail.com>
Co-authored-by: Alex Taylor (alta) <alta@meta.com>
Co-authored-by: Jorge Cabiedes Acosta <jorgecab@meta.com>
Co-authored-by: generatedunixname89002005232357 <generatedunixname89002005232357@meta.com>
Co-authored-by: Alex Hunt <huntie@meta.com>
Co-authored-by: Saad Najmi <sanajmi@microsoft.com>File tree
1,943 files changed
+80078
-33977
lines changed- .circleci
- .github
- ISSUE_TEMPLATE
- actions
- build-android
- build-npm-package
- lint
- maestro-android
- maestro-ios
- setup-gradle
- setup-node
- test-js
- yarn-install
- workflow-scripts
- __tests__
- workflows
- flow-typed
- environment
- npm
- gradle/wrapper
- jest
- packages
- assets
- babel-plugin-codegen
- community-cli-plugin
- src
- commands/start
- utils
- core-cli-utils
- src
- private
- public
- debugger-frontend
- dist/third-party/front_end
- core
- i18n/locales
- protocol_client
- rn_experiments
- root
- entrypoints
- devtools_app
- inspector_main
- rn_fusebox
- rn_inspector
- worker_app
- models/trace/handlers
- panels
- network
- react_devtools
- timeline
- third_party/react-devtools
- dev-middleware
- src
- __tests__
- inspector-proxy
- middleware
- types
- utils
- eslint-config-react-native
- eslint-plugin-react-native
- eslint-plugin-specs
- gradle-plugin
- gradle
- wrapper
- react-native-gradle-plugin/src
- main/kotlin/com/facebook/react
- tasks
- internal
- utils
- test/kotlin/com/facebook/react
- tasks
- internal
- utils
- settings-plugin/src
- main/kotlin/com/facebook/react
- test/kotlin/com/facebook/react
- helloworld
- android
- gradle/wrapper
- ios/HelloWorld
- metro-config
- src
- normalize-color
- __tests__
- polyfills
- __tests__
- react-native-babel-preset
- react-native-babel-transformer
- react-native-bots
- react-native-codegen-typescript-test
- react-native-codegen
- e2e
- __test_fixtures__
- components
- modules
- __tests__/components/__snapshots__
- src
- generators
- components
- GeneratePropsJavaPojo
- __test_fixtures__
- __tests__/__snapshots__
- modules
- parsers
- flow/components
- __test_fixtures__
- __tests__/__snapshots__
- typescript/components
- __test_fixtures__
- __tests__/__snapshots__
- react-native-compatibility-check
- src
- __tests__
- __fixtures__
- native-component-all-types
- native-component-with-command-all-basic-types-arrays
- native-component-with-command-all-basic-types
- native-component-with-command-changed
- native-component-with-command-extra-arg
- native-component-with-command-extra-command
- native-component-with-command
- native-component-with-props-added-optional-prop
- native-component-with-props-added-required-prop
- native-component-with-props-all-types
- native-component-with-props-array-union-added
- native-component-with-props-array-union
- native-component-with-props-changes
- native-component-with-props-default-change
- native-component-with-props-nested-object-added-optional-key
- native-component-with-props-nested-object-added-required-key
- native-component-with-props-nested-object
- native-component-with-props-union-added
- native-component-with-props-union
- native-component-with-props
- native-component
- native-module-before-after-types-removed
- native-module-before-after-types-type-changed
- native-module-before-after-types
- native-module-changed
- native-module-get-constants-added-optional-constant-readonly
- native-module-get-constants-added-optional-constant
- native-module-get-constants-added-required-constant-readonly
- native-module-get-constants-added-required-constant
- native-module-get-constants-readonly
- native-module-get-constants
- native-module-nested-alias-changed
- native-module-nested-alias
- native-module-nested-changed
- native-module-nested-nullable
- native-module-nested-optional
- native-module-nested
- native-module-type-diffing-types
- native-module-with-dictionary-changed
- native-module-with-dictionary
- native-module-with-enum-changes
- native-module-with-enum-from-native-changes
- native-module-with-enum-from-native-type-changes
- native-module-with-enum-from-native-value-changes
- native-module-with-enum-from-native
- native-module-with-enum-type-changes
- native-module-with-enum-value-changes
- native-module-with-enum
- native-module-with-eventemitter-changes
- native-module-with-eventemitter
- native-module-with-optional-argument
- native-module-with-union-changes
- native-module-with-union-confusing-string-literals
- native-module-with-union-from-native-changes
- native-module-with-union-from-native
- native-module-with-union-type-changes
- native-module-with-union
- native-module
- __snapshots__
- utilities
- react-native-fantom
- config
- runner
- warmup
- runtime
- src
- __tests__
- benchmarks
- setup
- tester
- src
- react-native-info
- src
- react-native-test-library
- android/src/main/java/com/facebook/react/viewmanagers
- src
- react-native
- Libraries
- ActionSheetIOS
- Alert
- Animated
- __tests__
- animations
- nodes
- AppDelegate
- AppState
- BatchedBridge
- __tests__
- Blob
- __tests__
- BugReporting
- Components
- AccessibilityInfo
- ActivityIndicator
- Clipboard
- DrawerAndroid
- __tests__
- Keyboard
- __tests__
- LayoutConformance
- Pressable
- ProgressBarAndroid
- __tests__
- RefreshControl
- __mocks__
- SafeAreaView
- __tests__
- ScrollView
- __tests__
- Sound
- StatusBar
- __tests__
- Switch
- TextInput
- __tests__
- __snapshots__
- ToastAndroid
- Touchable
- __tests__
- UnimplementedViews
- View
- __tests__
- Core
- Devtools
- __tests__
- SegmentFetcher
- Timers
- __tests__
- __tests__
- Debugging
- EventEmitter
- __mocks__
- Events
- Image
- __tests__
- Interaction
- __tests__
- JSInspector
- LayoutAnimation
- Linking
- Lists
- __flowtests__
- __tests__
- LogBox
- Data
- __tests__
- UI
- __tests__
- __snapshots__
- __tests__
- __fixtures__
- Modal
- __tests__
- NativeComponent
- __tests__
- NativeModules/specs
- Network
- __tests__
- PermissionsAndroid
- Pressability
- __tests__
- PushNotificationIOS
- ReactNativeDependencies
- ReactNative
- ReactFabricPublicInstance
- __tests__
- __tests__
- ReactPrivate
- Renderer/shims
- Required
- Settings
- StyleSheet
- __flowtests__
- __tests__
- private
- Text
- TextInput
- Singleline
- __tests__
- TurboModule
- samples
- Types
- Utilities
- __mocks__
- __tests__
- differ
- __tests__
- Vibration
- WebSocket
- __mocks__
- __tests__
- YellowBox
- __tests__
- __flowtests__
- __tests__
- __snapshots__
- vendor
- core
- emitter
- ReactAndroid
- api
- external-artifacts
- hermes-engine
- src
- main
- java/com/facebook
- annotationprocessors/common
- debug/debugoverlay/model
- hermes
- instrumentation
- reactexecutor
- unicode
- react
- animated
- bridge
- queue
- common
- annotations/internal
- build
- futures
- mapbuffer
- defaults
- devsupport
- inspector
- interfaces
- fabric
- events
- mounting
- mountitems
- internal
- featureflags
- turbomodule/core
- modules
- accessibilityinfo
- appstate
- blob
- camera
- debug
- interfaces
- deviceinfo
- devloading
- fresco
- i18nmanager
- image
- network
- permissions
- toast
- module/processing
- packagerconnection
- processing
- runtime
- internal/bolts
- soloader
- uimanager
- common
- drawable
- events
- layoutanimation
- style
- util
- views
- common
- debuggingoverlay
- drawer/events
- image
- modal
- safeareaview
- scroll
- swiperefresh
- switchview
- textinput
- text
- frescosupport
- internal
- span
- unimplementedview
- view
- systrace
- jni
- react
- devsupport
- fabric
- featureflags
- jni
- mapbuffer
- react/common/mapbuffer
- runtime
- hermes/jni
- jni
- uimanager
- test/java/com/facebook/react
- animated
- bridge
- devsupport
- modules
- blob
- network
- packagerconnection
- uimanager
- layoutanimation
- views
- image
- textinput
- text
- view
- ReactCommon
- cxxreact
- hermes
- inspector-modern/chrome
- jsiexecutor
- jsireact
- jsinspector-modern
- tests
- utils
- tracing
- tests
- jsitooling
- react/runtime
- jsi/jsi
- test
- oscompat
- reactperflogger/reactperflogger
- react
- featureflags
- nativemodule
- core/platform/ios
- ReactCommon
- defaults
- dom
- featureflags
- idlecallbacks
- intersectionobserver
- microtasks
- mutationobserver
- samples
- platform/ios/ReactCommon
- webperformance
- performance/timeline
- renderer
- animations
- attributedstring
- componentregistry
- native
- components
- image
- legacyviewmanagerinterop
- modal
- progressbar
- root
- safeareaview
- scrollview
- switch
- textinput
- platform
- android/react/renderer/components/androidtextinput
- ios/react/renderer/components/iostextinput
- text
- unimplementedview
- view
- platform/android/react/renderer/components/view
- tests
- consistency
- core
- tests
- css
- tests
- debug
- dom
- element
- graphics
- platform/ios/react/renderer/graphics
- tests
- imagemanager
- leakchecker
- mapbuffer
- mounting
- internal
- stubs
- tests
- observers/events
- runtimescheduler
- scheduler
- telemetry
- textlayoutmanager
- platform/ios/react/renderer/textlayoutmanager
- uimanager
- consistency
- runtime
- hermes
- platform/ios
- ReactCommon
- utils
- runtimeexecutor/ReactCommon
- React
- Base
- Surface/SurfaceHostingView
- UIKitProxies
- CoreModules
- CxxBridge
- DevSupport
- Fabric
- Mounting/ComponentViews
- LegacyViewManagerInterop
- ScrollView
- TextInput
- Text
- View
- Surface
- Utils
- I18n
- strings
- nb.lproj
- zh-Hant-HK.lproj
- Inspector
- Runtime
- UIUtils
- flow
- gradle
- jest
- scripts
- cocoapods
- __tests__
- codegen
- templates
- featureflags
- templates/android
- hermes
- src
- private
- animated
- __tests__
- components
- debugging
- featureflags
- __tests__
- specs
- inspector
- renderer
- consistency/__tests__
- errorhandling
- mounting/__tests__
- setup
- specs_DEPRECATED
- components
- modules
- specs/modules
- testing/fantom/specs
- types
- webapis
- dom
- events
- __tests__
- internals
- nodes
- __tests__
- internals
- specs
- oldstylecollections
- geometry
- __tests__
- html/events
- intersectionobserver
- __tests__
- internals
- mutationobserver
- __tests__
- internals
- performance
- __tests__
- internals
- specs/__mocks__
- utils
- websockets/events
- xhr/events
- types
- types
- __typetests__
- modules
- rn-tester
- IntegrationTests
- NativeComponentExample
- js
- NativeModuleExample
- RCTTest
- RNTesterPods.xcodeproj
- RNTester
- NativeExampleViews
- js
- components
- examples
- Accessibility
- ActionSheetIOS
- Alert
- AnimatedGratuitousApp
- Animated
- AppState
- Border
- Experimental
- Compatibility
- PlatformTest
- W3CPointerEventPlatformTests
- Filter
- FlatList
- Image
- InputAccessoryView
- IntersectionObserver
- Layout
- LinearGradient
- Linking
- Modal
- MutationObserver
- VisualCompletionExample
- OrientationChange
- Performance
- PermissionsAndroid
- PointerEvents
- RTL
- RefreshControl
- SafeAreaView
- ScrollView
- Snapshot
- SwipeableCardExample
- Switch
- TextInput
- Text
- Timer
- Touchable
- TurboModule
- View
- XHR
- types
- utils
- scripts
- typescript-config
- virtualized-lists
- Interaction
- __tests__
- Lists
- __tests__
- Utilities
- __tests__
- scripts
- __tests__
- build
- babel
- build-types
- resolution
- templates
- transforms
- __tests__
- circleci
- debugger-frontend
- e2e
- utils
- monorepo
- release-testing
- utils
- releases-ci
- __tests__
- releases
- __tests__
- __snapshots__
- ios-prebuild
- templates
- utils
- __tests__
- utils
- tools/eslint/rules
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,943 files changed
+80078
-33977
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
38 | 48 | | |
39 | 49 | | |
40 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
98 | | - | |
| 99 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
24 | | - | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
101 | 113 | | |
102 | 114 | | |
103 | 115 | | |
104 | 116 | | |
| 117 | + | |
| 118 | + | |
105 | 119 | | |
106 | 120 | | |
107 | 121 | | |
| |||
0 commit comments