ljharb / js-traverse

MIT License
45 stars 8 forks source link

fix cloning of buffers #2

Open restfulhead opened 1 year ago

restfulhead commented 1 year ago

Properly handles cloning of Buffer objects in Node.js.

Without this fix, Buffer objects would get corrupted after cloning as is demonstrated by the unit test.

restfulhead commented 1 year ago

@ljharb Could you please review after my latest changes?