Konstantin Scheglov
Konstantin Scheglov
When `@View` specified a directive, but template does not use it.
Probably make the existing Dart Quick Fixes accessible and integrate it through Angular plugins into HTML templates.
See https://github.com/Dart-Code/Dart-Code/issues/3438#issuecomment-876807496 It looks that the watcher simply ignores events that happen before `_listDir()`.
It seems that the problem happens for external users too. See https://github.com/dart-lang/sdk/issues/25039#issuecomment-161050268 The questions are the same as for internal users - is it expected, what the client should do,...
See https://github.com/dart-lang/sdk/issues/34108 Is it expected that watcher throws exceptions when directory does not exist, is not accessible, etc? Analysis Server "handles" errors on the events stream, are all errors /...
Is there a reason for the declarations phase to return `superclass` from AST node, not from the element? The difference is that for this code: ```dart @IntrospectDeclarationsPhaseMacro() class X {}...