MarcelGarus / MarcelGarus/tape
Support prefixed imports
Open
Nobody has claimed this yet.
adapter generation
- Dominant language
- Dart
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
i.e. generating code for classes with `import 'other_file.dart' as other;` and using `other.SomeType`
Contributor guide
No contributing guide indexed for this repository
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
No file or test is named; start by locating the Dart code-generation entry point and tracing how imports and qualified type references are handled. Done means generated code supports `import 'other_file.dart' as other;` and correctly emits uses such as `other.SomeType`, with coverage for that example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100