Skip to content

Commit 07de525

Browse files
committed
style: add language tags to headers-rules.md fenced blocks (markdownlint MD040)
1 parent a157331 commit 07de525

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/react-native/scripts/ios-prebuild/__docs__/headers-rules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ everything else. No overlay, no include rewriting, no consumer flags.
3131

3232
## The pipeline
3333

34-
```
34+
```text
3535
podspecs ──► headers-inventory.js ──► inventory (facts per header)
3636
3737
@@ -136,7 +136,7 @@ what keeps source builds and prebuilt builds semantically identical.
136136
**R4 — the React framework module map is an umbrella over the _safe_ ObjC
137137
surface.** A header enters the umbrella iff `isUmbrellaSafe`:
138138

139-
```
139+
```text
140140
bucket == objc-modular-candidate
141141
∧ React/-namespace
142142
∧ no '+' in the filename (category headers, e.g. +Private — see R9)
@@ -184,7 +184,7 @@ public umbrella excludes. Rather than a `React.Private` submodule (which would
184184
force a Swift `import React.Private` in consumers) they are appended to the
185185
module map, split by bucket:
186186

187-
```
187+
```text
188188
framework module React {
189189
umbrella header "React-umbrella.h"
190190
header "RCTBridge+Private.h" // objc-modular-candidate → real member

0 commit comments

Comments
 (0)