It would be nice if there were a way for the parser to generate ES2015 ArrayBuffers rather than node.js Buffers, for compatibility with APIs that will be consuming ArrayBuffers. Otherwise, it becomes necessary to recursively find and convert Buffers to ArrayBuffers.
It would be nice if there were a way for the parser to generate ES2015 ArrayBuffers rather than node.js Buffers, for compatibility with APIs that will be consuming ArrayBuffers. Otherwise, it becomes necessary to recursively find and convert Buffers to ArrayBuffers.