Skip to content

a bare bit of yaml as a module should evaluate to itself. #50

@cowboyd

Description

@cowboyd

If I have a file hello.yaml:

hello: world

It currently evaluates to the PlatformScript value false

$ pls ./hello.yaml
false

Instead, it should evaluate to the yaml itself.

$ pls ./hello.yaml
hello: world

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