Lines 5370:5373 of @objj/runtime/lib/objectivej.js use the reserved Javascript keyword 'arguments' as an assigned variable name. That this doesn't raise an error in Node.js is odd, but both Deno and Bun are more strict and will do so. Node may also in the future.
Any variable name may be used here, so long as it isn't reserved by Javascript.
This entire repository needs also to be moved into the Cappuccino organization so that issues may be properly managed. Such a move may also affect automated publishing actions.
Lines 5370:5373 of @objj/runtime/lib/objectivej.js use the reserved Javascript keyword 'arguments' as an assigned variable name. That this doesn't raise an error in Node.js is odd, but both Deno and Bun are more strict and will do so. Node may also in the future.
Any variable name may be used here, so long as it isn't reserved by Javascript.
This entire repository needs also to be moved into the Cappuccino organization so that issues may be properly managed. Such a move may also affect automated publishing actions.