Skip to content

Commit 36fc586

Browse files
committed
更新到2025-04-26版本
1 parent 08d44a8 commit 36fc586

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+14810
-14082
lines changed

Changelog

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2025-04-26:
2+
3+
- removed the bignum extensions and qjscalc
4+
- new BigInt implementation optimized for small numbers
5+
- added WeakRef, FinalizationRegistry and symbols as weakrefs
6+
- added builtin float64 printing and parsing functions for more correctness
7+
- faster repeated string concatenation
8+
- qjs: promise unhandled rejections are fatal errors by default
9+
- added column number in debug information
10+
- removed the "use strip" extension
11+
- qjs: added -s and --strip-source options
12+
- qjsc: added -s and --keep-source options
13+
- added JS_GetAnyOpaque()
14+
- added more callbacks for exotic objects in JSClassExoticMethods
15+
- misc bug fixes
16+
117
2024-01-13:
218

319
- top-level-await support in modules
@@ -13,7 +29,7 @@ TypedArray.prototype.{with,toReversed,toSorted}
1329
- added RegExp 'd' flag
1430
- fixed RegExp zero length match logic
1531
- fixed RegExp case insensitive flag
16-
- added os.getpid() and os.now()
32+
- added os.sleepAsync(), os.getpid() and os.now()
1733
- added cosmopolitan build
1834
- misc bug fixes
1935

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
QuickJS Javascript Engine
2-
2+
33
Copyright (c) 2017-2021 Fabrice Bellard
44
Copyright (c) 2017-2021 Charlie Gordon
55

0 commit comments

Comments
 (0)