Skip to content

Enable export $ from shorthand #100

Description

@barneycarroll

Flems doesn't seem to be able to parse the export ${map} from ${specifier} format.

So this throws:

export {default as sequencer} from './sequencer.js'
export {extensions} from './integrations.js' 

And needs to be achieved with a local imports namespace:

import sequencer from './sequencer.js'
import {extensions} from './integrations.js' 

export {sequencer, extensions}

Live test case

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions