Skip to content

Reserved Javascript keyword 'arguments' used in Node version of objj runtime #9

@daboe01

Description

@daboe01

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions