Skip to content

Enable export $ from shorthand #100

@barneycarroll

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

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