aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-17only if dir existsdylan/change-pathname-assertGravatar Dylan Conway 1-2/+2
2023-04-17fix typescript decorators with index and number keys (#2677)Gravatar Dylan Conway 1-0/+31
2023-04-17Get axios working (#2673)Gravatar Jarred Sumner 2-605/+624
2023-04-16more bundler tests (#2670)Gravatar dave caruso 5-346/+436
2023-04-16Fix testGravatar Jarred Sumner 1-1/+1
2023-04-15more work on bundler tests (#2667)Gravatar dave caruso 17-214/+825
2023-04-14Support importing `.txt` files as strings (#2660)Gravatar Jarred Sumner 5-0/+38
2023-04-13use a lazyily initialized stream for `node:crypto` `createHash` (#2652)Gravatar dave caruso 5-903/+80
2023-04-13Update default.test.tsGravatar Jarred Sumner 1-2/+5
2023-04-13Update import-meta.test.jsGravatar Dylan Conway 1-1/+1
2023-04-13fix node-net-test hang (#2649)Gravatar Ciro Spaciari 1-29/+27
2023-04-13Upgrade WebKit (#2643)Gravatar Jarred Sumner 1-1/+1
2023-04-13import file path and fix disabled browser require (#2642)Gravatar Dylan Conway 2-11/+26
2023-04-12fix expectBundled precheck (#2641)Gravatar dave caruso 1-1/+1
2023-04-12fix types and add more reliable tests (#2621)Gravatar Ciro Spaciari 2-312/+363
2023-04-12bundler tests (#2635)Gravatar dave caruso 2-73/+310
2023-04-12bundler bug fixes (#2637)Gravatar Dylan Conway 3-6/+6
2023-04-12don't increment `i` if escaped (#2639)Gravatar Dylan Conway 1-0/+3
2023-04-12could include `/private/` on macosGravatar Dylan Conway 1-1/+2
2023-04-11finish refining bundler tests (#2623)Gravatar dave caruso 11-829/+1568
2023-04-10Implement TOML & JSON support in Bun's new bundler (#2609)Gravatar Jarred Sumner 1-36/+56
2023-04-09Remove usages of `void{}` in favor of `{}`Gravatar Jarred Sumner 1-0/+3
2023-04-09Add some test coverage for instantiation expressionsGravatar Jarred Sumner 1-0/+156
2023-04-09Fixes #2594 (#2600)Gravatar Jarred Sumner 1-0/+16
2023-04-09Update TypeScript parsing to 5.0 (#2593)Gravatar Jarred Sumner 2-137/+467
2023-04-07Bun gets a new bundler (#2312)Gravatar Jarred Sumner 21-5/+20251
2023-04-07feat(tls.Server) basic support (cert, key, rejectUnauthorized, requestCert, c...Gravatar Ciro Spaciari 4-0/+708
2023-04-06fix: export `constants` from `fs/promises` (#2567)Gravatar dave caruso 1-0/+5
2023-04-06Fix `toEqual` when the second array has extra array holes (#2580)Gravatar Dylan Conway 1-0/+49
2023-04-06Add last modify field "mtime" for FileBlob (#1431) (#2491)Gravatar Zhongwei Yao 2-0/+19
2023-04-06bun-types: infer strict `Subprocess` from `Bun.spawn()` options, part 2 (#2573)Gravatar dave caruso 6-19/+18
2023-04-06cache needs to update, move to another process (#2578)Gravatar Dylan Conway 2-156/+171
2023-04-05prependGravatar Jarred Sumner 1-7/+3
2023-04-05Add tests for `bun test` with preload scripts (#2566)Gravatar Jake Boone 1-0/+106
2023-04-05PrettierGravatar Jarred Sumner 1-2/+2
2023-04-05fix(fetch.proxy) fix proxy authentication (#2554)Gravatar Ciro Spaciari 1-17/+84
2023-04-05fix `deepEquals` with array holes and accessors (#2557)Gravatar Dylan Conway 1-0/+229
2023-04-05fix: modules to have null prototype (#2561)Gravatar hiroki osame 1-0/+4
2023-04-04Implement `import.meta.main` (#2556)Gravatar Jarred Sumner 4-0/+27
2023-04-04Dylan/fix some failing tests (#2544)Gravatar Jarred Sumner 8-24/+38
2023-04-03Use absolute paths morebun-v0.5.9Gravatar Jarred Sumner 2-6/+11
2023-04-03Fix test failureGravatar Jarred Sumner 1-15/+18
2023-04-01Add stubs for missing node builtins (#2534)Gravatar Jarred Sumner 1-0/+120
2023-03-30[install] fix stale pointer with tarball URLs (#2520)Gravatar Alex Lam S.L 1-0/+80
2023-03-30[install] fix re-install of git dependency (#2519)Gravatar Alex Lam S.L 1-0/+464
2023-03-29[install] fix re-run of tarball URL from lockfile (#2507)Gravatar Alex Lam S.L 2-2/+295
2023-03-29Fix date format (#2422) (#2474)Gravatar Adrien Zinger 1-0/+12
2023-03-29Fixes #2499 (#2501)Gravatar Jarred Sumner 2-0/+116
2023-03-28More bug fixes (#2486)Gravatar Jarred Sumner 14-260/+353
2023-03-28[install] support tarball URLs (#2497)Gravatar Alex Lam S.L 1-0/+190