fix: Remove json-stable-stringify-without-jsonify dep (#32643)

This commit is contained in:
Nerivec
2026-07-24 20:40:26 +02:00
committed by GitHub
parent 5e56c454c3
commit 4f18b4e38c
37 changed files with 223 additions and 59 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ logger.debug("message");
### Performance
- Use `fs.rmSync(path, {recursive: true, force: true})` for synchronous file deletion when appropriate
- Leverage async/await for I/O operations to avoid blocking
- Use JSON stable stringify for consistent object serialization: `json-stable-stringify-without-jsonify`
- Use JSON stable stringify util for consistent object serialization
- Cache computed values when appropriate (see device model patterns)
- Use getter methods for computed properties that should be cached