-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
Details
In the process of working on NODE-3555 it was discovered that the serializeFunctions option was being passed to serializeFunction as the isArray option. This would break the key value for functions that have names that are not ASCII.
The fix has to be made in NODE-3555's PR for TS reasons, we should create a bullet in the migration guide / change log that notes this bug fix.
AC
- Create a note about this serializeFunctions bug fix in the migration guide
- Merge the note as a "fix" to enter it into the change log, link to the fix in
NODE-3555's PR
- related to
-
NODE-4711 Make Code always store a string and remove function caching and eval
- Closed