Skip to content

feat: Make types accessible by name in S #717

@jceb

Description

@jceb

Currently, S.env provides the environment with all defined types, however there's no way of directly accessing the types by name. Functions like S.is need a reference to a type to work properly so the proposal is to make types accessible by name from S, e.g. via S.types.TYPE or via refactoring S.env into a map so S.env.TYPE can be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions