babel / babel/proposals

export-default-from (Stage 1)

Open
#17 15 comments 0 reactions 0 assignees View on GitHub
Proposal Issue Transform: Done
Dominant language
No language data
Stars
435
Forks
23
PR merge metrics
No merged PRs in 30d

Description

Champions: @jdalton @benjamn (prev @leebyron)
Spec Repo: https://github.com/tc39/proposal-export-default-from
Stayed at Stage 1 at the July 2017 meeting: https://github.com/tc39/agendas/blob/master/2017/07.md

Syntax

```js
export v from "mod";
```

## Implementation

Already implemented in https://babeljs.io/docs/plugins/transform-export-extensions/ but we should split it out

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the transform-export-extensions plugin documentation and the linked TC39 proposal to understand the existing export-default-from behavior. Identify how the current implementation is bundled and determine what must be separated; done means the proposal has its own implementation while preserving the documented syntax.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.