Subject: CVS commit: pkgsrc/lang/quickjs
From: Masatake Daimon
Date: 2025-02-07 13:36:24
Message id: 20250207123624.6A83AFBE0@cvs.NetBSD.org

Log Message:
lang/quickjs: update to 2024-01-13

2024-01-13:

- top-level-await support in modules
- allow 'await' in the REPL
- added Array.prototype.{with,toReversed,toSpliced,toSorted} and
TypedArray.prototype.{with,toReversed,toSorted}
- added String.prototype.isWellFormed and String.prototype.toWellFormed
- added Object.groupBy and Map.groupBy
- added Promise.withResolvers
- class static block
- 'in' operator support for private fields
- optional chaining fixes
- added RegExp 'd' flag
- fixed RegExp zero length match logic
- fixed RegExp case insensitive flag
- added os.getpid() and os.now()
- added cosmopolitan build
- misc bug fixes

2023-12-09:

- added Object.hasOwn, {String|Array|TypedArray}.prototype.at,
  {Array|TypedArray}.prototype.findLast{Index}
- BigInt support is enabled even if CONFIG_BIGNUM disabled
- updated to Unicode 15.0.0
- misc bug fixes

Files:
RevisionActionfile
1.14modifypkgsrc/lang/quickjs/Makefile
1.3modifypkgsrc/lang/quickjs/buildlink3.mk
1.12modifypkgsrc/lang/quickjs/distinfo
1.6modifypkgsrc/lang/quickjs/patches/patch-Makefile
1.3modifypkgsrc/lang/quickjs/patches/patch-qjs.c
1.4modifypkgsrc/lang/quickjs/patches/patch-quickjs.c