Skip to content

Commit 81527c7

Browse files
committed
updates
1 parent b62aad8 commit 81527c7

File tree

3 files changed

+2
-167
lines changed

3 files changed

+2
-167
lines changed

docs/PLATFORM_ISOLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ npm run build
164164

165165
### How It Works
166166

167-
The validation script (`scripts/validate-platform-isolation-ts.js`):
167+
The validation script (`scripts/validate-platform-isolation.js`):
168168

169169
1. Scans all TypeScript/JavaScript files configured in the in the `.platform-isolation.config.js` config file.
170170
2. **Verifies every file has a `__platforms` export** - fails immediately if any file is missing this
@@ -256,7 +256,7 @@ export class NodeMyFeature implements MyFeature {
256256

257257
**Multiple Platforms (But Not Universal)**
258258

259-
For code that works on multiple platforms but is not universal, use the `__platforms` export to decalre the list of supported platforms:
259+
For code that works on multiple platforms but is not universal, use the `__platforms` export to declare the list of supported platforms:
260260

261261
**Example: Browser + React Native only**
262262

package-lock.json

Lines changed: 0 additions & 164 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
"uuid": "^10.0.0"
101101
},
102102
"devDependencies": {
103-
"@biomejs/biome": "^2.3.7",
104103
"@react-native-async-storage/async-storage": "^2",
105104
"@react-native-community/netinfo": "^11.3.2",
106105
"@rollup/plugin-commonjs": "^11.0.2",

0 commit comments

Comments
 (0)