mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-20 21:14:45 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
14
node_modules/json-stringify-safe/CHANGELOG.md
generated
vendored
Normal file
14
node_modules/json-stringify-safe/CHANGELOG.md
generated
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
## Unreleased
|
||||
- Fixes stringify to only take ancestors into account when checking
|
||||
circularity.
|
||||
It previously assumed every visited object was circular which led to [false
|
||||
positives][issue9].
|
||||
Uses the tiny serializer I wrote for [Must.js][must] a year and a half ago.
|
||||
- Fixes calling the `replacer` function in the proper context (`thisArg`).
|
||||
- Fixes calling the `cycleReplacer` function in the proper context (`thisArg`).
|
||||
- Speeds serializing by a factor of
|
||||
Big-O(h-my-god-it-linearly-searched-every-object) it had ever seen. Searching
|
||||
only the ancestors for a circular references speeds up things considerably.
|
||||
|
||||
[must]: https://github.com/moll/js-must
|
||||
[issue9]: https://github.com/isaacs/json-stringify-safe/issues/9
|
Loading…
Add table
Add a link
Reference in a new issue