[–] Thomaschaaf 8y ago ↗ What is the reason for limiting buffers to the node_modules folder? [–] uwu 8y ago ↗ you've misunderstood, it just emits a warning for using the Buffer constructor which is deprecated in favor of Buffer.from and others[1]it's limited to code outside of the node_modules folder to prevent dependencies from triggering an unactionable message[1] https://nodejs.org/api/buffer.html#buffer_new_buffer_array
[–] uwu 8y ago ↗ you've misunderstood, it just emits a warning for using the Buffer constructor which is deprecated in favor of Buffer.from and others[1]it's limited to code outside of the node_modules folder to prevent dependencies from triggering an unactionable message[1] https://nodejs.org/api/buffer.html#buffer_new_buffer_array
2 comments
[ 4.6 ms ] story [ 18.1 ms ] threadit's limited to code outside of the node_modules folder to prevent dependencies from triggering an unactionable message
[1] https://nodejs.org/api/buffer.html#buffer_new_buffer_array