Skip to content

Support Record as type alias #103

Description

@Falx

Although Record support has been added in #47 and type alias support is mentioned in #86, it seems that the combination of the two is still not working. The following statement:

export type ValuePreferences = Record<string, number>;

Produces an error when the ValuePreferences is used as a type in the code:

Could not load class or interface or other type Record from C:\Users\tdupont\Workspaces\CommunitySolidServer\dist\http\representation\RepresentationPreferences

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions