Skip to content

v0.18.16

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 00:57
231a8dc

Bug fixes

  • Fix invalid signed/unsigned comparison in ReadableStream#read (#1742) (784521d)

Other

  • Add tests for StaticArray (#1728) (231a8dc)
    Adds the following missing tests for StaticArray:
    • constructor
    • fromArray
    • concat (static)
    • slice (sstatic)
    • concat (instance)
    • includes
    • indexOF
    • join + toString
  • Use bool instead of boolean return type in isVoid builtin (#1745) (78a592f)