microsoft / microsoft/TypeScript
Support ES `export <default> from` form
Open
Nobody has claimed this yet.
Suggestion
Waiting for TC39
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.3k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 132
Description
+++ This issue was initially created as a clone of #4813 +++
#4813 (and #34903) are only implementing the export * as ns from feature.
This tracks implementation of the export default from proposal.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked TC39 export-default-from proposal first, then compare the implementation tracked by #4813 and #34903. Determine the compiler entry points and tests needed to support the export default from syntax, with completion requiring TypeScript to parse and emit the proposed form correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100