aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/api/crypto.classes.ts
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-07-05 13:27:45 -0700
committerGravatar Ashcon Partovi <ashcon@partovi.net> 2023-07-05 13:27:45 -0700
commit968a7cd31497b63363135d16a5a9cd3acbe5e030 (patch)
tree697798206a4d1c274818b45700a605378d730f7a /src/bun.js/api/crypto.classes.ts
parent1e1fe22be0c0646ef39ebfeb9119b05941b2c8a2 (diff)
downloadbun-detect-libc.tar.gz
bun-detect-libc.tar.zst
bun-detect-libc.zip
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
we were missing some properties due to not calling getters and other types of properties This led to situations where Bun.deepEquals would report false and then display no difference This aligns the behavior closer to forEachProperty cc @dylan-conway please let me know if this is going to break anything 2023-05-20[console.log] Set depth limit to 8Gravatar Jarred Sumner 1-19/+65 Towards #198 2023-05-20[internal] Make `JSC.NewFunction` more type safeGravatar Jarred Sumner 3-8/+9 2023-05-20[internal] Show the file path to the calling function from JSGravatar Jarred Sumner 2-0/+2519 2023-05-20Implement `test.todo` (#2961)Gravatar Degreat 6-9/+177 * Implement `test.todo` * remove skip condition * Allow callbacks in .todo * Add descriptive comment * Log todos * Include tests in title * edit test.todo tests --------- Co-authored-by: dave caruso <me@paperdave.net> 2023-05-20[bun:test] Fix bug where indexed properties would print "undefined" in diffsGravatar Jarred Sumner 1-16/+24 2023-05-20[bun:test] Fix bug where indexed properties would print "undefined" in diffsGravatar Jarred Sumner 3-0/+33 2023-05-20Support test timeouts in `bun:test` (#2969)Gravatar Jarred Sumner 8-13/+140 * [bun:test] Support timeouts in `test` * make this test more resilient * :scissors: --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-19smolGravatar Jarred Sumner 1-0/+4 2023-05-19fix #2964 (#2965)Gravatar e3dio 1-0/+1 2023-05-19console.log changes (#2966)Gravatar Jarred Sumner 5-82/+82 * [breaking] Don't quote property names of identifiers in console.log * Make UTF-16 strings green * always quote for jest * update tests * Update this --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-19ensure unused variable is not eliminatedGravatar Jarred Sumner 1-0/+2 2023-05-19Fix failing node:vm testsGravatar Jarred Sumner 2-10/+22