Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-07 | Reorganize tests (#2332) | 1 | -243/+0 | ||
2023-01-31 | Re-run prettier after changes | 1 | -75/+17 | ||
2023-01-28 | Fixes #1913 | 1 | -221/+277 | ||
2022-12-02 | Push failing tests | 1 | -14/+126 | ||
2022-12-02 | Fix incorrect StringDecoder export test | 1 | -2/+2 | ||
2022-11-16 | Make `node:http`.createServer work better | 1 | -1/+5 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -43/+45 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-09-01 | Add native StringDecoder (#1188) | 1 | -0/+127 | ||
* Add native StringDecoder * fix upon reviews * add Constructor and use LazyClassStructure |