Package: node-lib0 / 0.2.117-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| node-lib0 | 0.2.117-1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| tsc workaround.patch | (download) |
websocket.js |
1 1 + 0 - 0 ! |
fix for tsc >= 4.8 |
| drop performance tests.patch | (download) |
array.test.js |
3 2 + 1 - 0 ! |
drop all performance tests Slow machines aren't able to run them, and they are flaky anyway |
| ts5 compat.patch | (download) |
buffer.js |
2 1 + 1 - 0 ! |
fix typescript 5.0 compatibility - Replace Uint8Array<T> with Uint8Array (generic Uint8Array added in TS 5.7) - Replace NoInfer<T> with T (NoInfer added in TS 5.4) - Add @ts-nocheck to files with complex types incompatible with TS 5.0 - Add return type annotation to List.toArray() |
