@office-iss/react-native-win32 0.74.9 → 0.74.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.flowconfig +4 -0
- package/CHANGELOG.json +14337 -14307
- package/CHANGELOG.md +31 -15
- package/package.json +2 -2
package/.flowconfig
CHANGED
|
@@ -55,6 +55,10 @@
|
|
|
55
55
|
.*/node_modules/sample-apps/.*
|
|
56
56
|
.*/node_modules/playground/.*
|
|
57
57
|
|
|
58
|
+
; Ignore prepare-release's own node_modules (hermes-estree .flow files use unsupported syntax)
|
|
59
|
+
.*/node_modules/@rnw-scripts/prepare-release/node_modules/.*
|
|
60
|
+
.*/packages/@rnw-scripts/prepare-release/node_modules/.*
|
|
61
|
+
|
|
58
62
|
; Ignore templates for 'react-native init'
|
|
59
63
|
<PROJECT_ROOT>/template/.*
|
|
60
64
|
|