Kallen Tu
Kallen Tu
This issue tracks the web debugging support needed for the wildcards feature. ### References > Correct - I think the nuance here is that in the code we emit in...
While looking at [this co19 test](https://github.com/dart-lang/co19/blob/master/LanguageFeatures/Wildcards/super_parameters_A02_t04.dart), I noticed that the CFE doesn't report an error for this code: ```dart class A { int x; A(this.x); } class C extends A...
This meta issue tracks all the analyzer implementation work items. Referenced from: https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/process/new_language_feature.md ## Work Items - [ ] AST enhancements (`AstBuilder`) - For both locals and parameters, distinguish between...
## Wildcard Variables This issue tracks the implementation of the wildcard variables feature. ### References * [Original issue](https://github.com/dart-lang/language/issues/3712) * [Feature specification](https://github.com/dart-lang/language/blob/main/working/wildcards/feature-specification.md) * [Project](https://github.com/orgs/dart-lang/projects/88) * Test tracking sheet (TBD) ### Work...
This issue tracks any work required for wildcard variables in the VM debugger. ### References > Correct - I think the nuance here is that in the code we emit...
**Issue may be edited as we add more items of work.** A general outline of areas that need to be updated for the wildcards feature: - [ ] Decide how...
Adds this Dartdoc-related lint to the flutter repository, in replacement of the Dartdoc warning (missingCodeBlockLanguage) because it will be deprecated and removed soon. flutter/flutter already has this lint as well....
This issue tracks the work needed for wildcard variable docs. ### Summary Extends the wildcard behavior of [patterns](https://dart.dev/language/pattern-types#wildcard) to more of the language, making local variables and parameters named `_`...
This issue tracks all the analysis server work items for the wildcard variables feature. Referenced from: https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/doc/process/new_language_feature.md - [x] Call Hierarchy - Tests needed. - No crashes - Maybe should...
Write up co19 tests for the import shorthand feature. Examples pulled from [the spec](https://github.com/dart-lang/language/blob/main/accepted/future-releases/unquoted-imports/feature-specification.md).