Skip to content

Commit

Permalink
fix(NODE-4771): serializeFunctions breaks function names outside of b…
Browse files Browse the repository at this point in the history
…asic latin (#538)
  • Loading branch information
nbbeeken authored Dec 8, 2022
1 parent f90bcc3 commit 35a9234
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/upgrade-to-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ We have set our typescript compilation target to `es2020` which aligns with our
### serializeFunctions bug fix

> **TL;DR**: TODO
TODO(NODE-4771): serializeFunctions bug fix makes function names outside the ascii range get serialized correctly
If serializeFunctions was enabled and the functions being serialized had a name that is outside of [Controls and Basic Latin](https://en.wikibooks.org/wiki/Unicode/Character_reference/0000-0FFF) character ranges (a.k.a utf8 bytes: 0x00-0x7F) they would be incorrectly serialized.

### Remove `Map` export

Expand Down

0 comments on commit 35a9234

Please sign in to comment.