calvinmetcalf / rollup-plugin-node-builtins

138 stars 40 forks source link

readable.js should import Buffer #28

Open wojtask9 opened 7 years ago

wojtask9 commented 7 years ago

Currently readable.js doesn't import Buffer and there is reference to Buffer. import {Buffer} from 'buffer'; should be added to readable.js

Other Stream files imports Buffer correctly :)