Commit graph

24 commits

Author SHA1 Message Date
Simon Chan
ba956da6bd
refactor(adb): simplify sync request/response ID handling 2025-09-04 22:59:33 +08:00
Simon Chan
1d71971281
refactor: add readonly to many read only fields 2025-04-04 01:28:07 +08:00
Simon Chan
c91baa9116
refactor(struct): improve tree-shaking 2024-11-01 22:06:18 +08:00
Simon Chan
d50a170ab8
feat(struct): new API full rewrite 2024-10-31 17:26:37 +08:00
Simon Chan
2c8912e9ac
refactor: remove TypeScript enum and namespace to improve tree-shaking 2024-08-30 17:27:01 +08:00
Simon Chan
2db3e8f8b9
refactor(adb): pre-encode packet ID as number in sync command 2024-05-24 16:55:26 +08:00
Simon Chan
9718f83926
fix(adb): throw correct error from sync.pull 2023-08-30 19:24:59 +08:00
Simon Chan
433f9b986f
chore: update dependencies 2023-07-07 18:30:13 +08:00
Simon Chan
1fb86f5eed feat(adb): buffer writes in sync push 2023-03-08 12:04:35 +08:00
Simon Chan
6ada4a7a06 chore: format code with prettier 2023-02-23 16:00:08 +08:00
Simon Chan
6f1be248fb chore: prefer top-level type import
Prepare for TypeScript 5.0 verbatimModuleSyntax option
2023-02-23 15:59:32 +08:00
Simon Chan
aa033e4de6
chore: integrate ESLint 2022-12-22 01:42:24 +08:00
Simon Chan
1486eed3cf
refactor(adb): simplify reading sync responses 2022-10-07 20:33:11 +08:00
Simon Chan
2464b62a59 refactor(stream): rename BufferedStream to BufferedReadableStream
refs #427
2022-06-26 02:36:38 +08:00
Simon Chan
6887d8549f refactor(stream): move streams to new package 2022-06-26 02:36:38 +08:00
Simon Chan
7a7f38b3b5
feat: correctly close adb connection 2022-04-30 21:45:14 +08:00
Simon Chan
d9212b4dac
feat: convert to Node.js compatible ES Module 2022-03-15 16:53:07 +08:00
Simon Chan
96b5807691 feat: migrate to Uint8Array 2022-02-23 23:09:56 +08:00
Simon Chan
014145f775 feat(adb): start converting to Uint8Array 2022-02-23 18:14:59 +08:00
Simon Chan
5aab894875 doc(adb): add note about top-level await 2022-02-19 22:41:21 +08:00
Simon Chan
1a8891d4fc feat: rename childprocess to subprocess 2022-02-15 23:18:39 +08:00
Simon Chan
443190e22a doc: update JSDoc 2022-02-15 20:57:50 +08:00
Simon Chan
7f94da06e7 feat: move more things to stream 2022-02-15 18:42:30 +08:00
Simon Chan
d80288ec9b chore: experimental moving to rush 2021-05-14 15:31:59 +08:00
Renamed from packages/adb/src/commands/sync/pull.ts (Browse further)