Skip to content

Export as ES6 module #92

@derrickb

Description

@derrickb

This would just make the exported output just that much more frictionless for those who use an ES6 module setup for our projects and combine everything up using a bundler, like rollup.

This proposal is for a new export flag that uses the ES6 module export syntax. It could look like this:

Normal version

export default dialog;

Function wrapper version

export default (function () {....

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