タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

TypeScriptとBunに関するefclのブックマーク (1)

  • Bun v1.0.19 | Bun Blog

    Bun v1.0.19 fixes 26 bugs (addressing 92 👍 reactions). Use @types/bun instead of bun-types. Fixes "lockfile had changes, but is frozen" bug. bcrypt & argon2 packages now work. setTimeout & setInterval get 4x higher throughput. module mocks in bun:test resolve specifiers. Optimized spawnSync() for large stdio on Linux. Bun.peek() gets 90x faster, expect(map1).toEqual(map2) gets 100x faster. Bugfix

    efcl
    efcl 2023/12/22
    Bun v1.0.19リリース。 `bun-types`には色々問題があったため`@types/bun`に変更、`setTimeout`/`setInterval`のパフォーマンスを改善など
  • 1