Skip to content

Option to add the mixin under a namespace?  #7

@ktalebian

Description

@ktalebian

Is it possible to define the mixin under a different key space?

class Main {
    @use(OtherClass, 'other') this;
}

such that

const m = new Main();
m.other.*

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