Skip to content

Limit change of upvalues. #3

@tdzl2003

Description

@tdzl2003

Change of upvalue can often be a mistake. It's possible to forbid it.

The deserialized function could be like this:

function (...args) {
  const arg1 = args[0];
  const arg2 = args[1];
  return function() {
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions