dart-lang / dart-lang/language

Add show as to import stmt.

Open
#1,708 1 comment 8 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.