dart-lang / dart-lang/language
Add show as to import stmt.
Open
feature
- Dominant language
- TeX
- Stars
- 2.9k
- Forks
- 239
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 14
Description
Motivation:
Sometimes different packages have the same public names.
Exmaple
```
import 'package:firebase_auth/firebase_auth.dart'
show FirebaseAuth, User as FirebaseUser, FirebaseAuthException;
```
Contributor guide
Research direction
Start by reviewing the requested import example and the Dart language specification context for import combinators. Define the syntax and semantics for allowing an alias in a show list, then document the design and any required specification changes; no implementation file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100