Skip to content

Commit 365b8f3

Browse files
committed
docs: Fix postis.js description in CLAUDE.md
Changed from 'Legacy postMessage utility' to 'Third-party postMessage utility' since postis.js is actively used by PostMessageTransportBackend, not legacy code.
1 parent db05614 commit 365b8f3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

CLAUDE.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,12 @@ The codebase is organized as a collection of independent utility modules, each i
4747
- Handles MESSAGE_TYPE_EVENT, MESSAGE_TYPE_REQUEST, MESSAGE_TYPE_RESPONSE
4848
- Implements pluggable backends via `setBackend()`
4949
- `PostMessageTransportBackend.js` - postMessage-based backend
50-
- `postis.js` - Legacy postMessage utility
50+
- `postis.js` - Third-party postMessage utility (used by PostMessageTransportBackend)
5151

5252
- **uri/** - URI manipulation utilities
5353

5454
### Entry Point
5555
The main `index.js` re-exports all module functionality:
56-
```javascript
57-
export * from './avatar/index.js';
58-
export * from './browser-detection/index.js';
59-
export * from './jitsi-local-storage/index.js';
60-
export * from './json.ts';
61-
export * from './polyfills/index.ts';
62-
```
6356

6457
### TypeScript Configuration
6558
- Target: ES6 modules
@@ -97,4 +90,3 @@ The project is gradually migrating from JavaScript to TypeScript. When adding fe
9790
## Testing and CI
9891
- CI runs on pull requests via GitHub Actions
9992
- Linting is enforced in CI (no test suite currently defined)
100-
- Uses Node 16 in CI environment

0 commit comments

Comments
 (0)