Skip to content

Mixin: Property 'messageRawPayload' of exported class expression may not be private or protected.ts(4094) #155

@huan

Description

@huan

The Problem

Mixin does not allow the use of protected and private with property/method

The Solution

  1. Change them with public and a _ prefix?
  2. Provide a PuppetInterface by defining a ProtectedMethods type to calculate from Omit<Puppet, ProtectedMethods>

Links

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions