bitsyntax-js icon indicating copy to clipboard operation
bitsyntax-js copied to clipboard

Fix amqplib #453

Open cressie176 opened this issue 3 years ago • 1 comments

This PR fixes https://github.com/amqp-node/amqplib/issues/453

I had to downgrade to [email protected] as [email protected] generates a broken parser. pegjs has also been abandoned, but the replacement (peggy) appears to have the same issue.

To test I polluted Object.prototype. Without the code fix, the tests fail.

cressie176 avatar Jun 02 '22 21:06 cressie176

@squaremo Maybe this library could also be moved under amqp-node org for easier support?

kibertoad avatar Jun 04 '22 12:06 kibertoad