Skip to content

export { ... } syntax doesn't work #31

@ChristopherChudzicki

Description

@ChristopherChudzicki

Thanks for this great plugin! It's exactly what I was looking for.

I struggled a bit with initially because exports from my data.compile.ts file were undefined.

const someData = longComputation()

export { someData } 

When I changed the above to export const someData = ... everything worked fine.

If this limitation is hard to remove, it would be great to document it.

Thanks again!

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