You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
Internally, we have modifications to the analysis server that understands the generated directory (i.e. bazel-bin), and upon a full build allows us to at least be able to resolve/check imports to *.template.dart files, which are common to import in AngularDart v5.0.0.
Externally, we have no such logic, so we rely on users ignoring analysis warnings.
This is a tracking issue. We can go into more detail as needed, but tl;dr, open some of our examples in IntelliJ, and notice where warnings are present (or ignored with a // ignore: ...). Thanks!
This is indeed already implemented for the analysis server, but you will still get 'generated file not found' (or something like that) warnings if you use dartanalyzer. So IDE support only at the moment, unfortunately. Glad that the existing support was useful already though :)
Internally, we have modifications to the analysis server that understands the generated directory (i.e.
bazel-bin
), and upon a full build allows us to at least be able to resolve/check imports to*.template.dart
files, which are common to import in AngularDart v5.0.0.Externally, we have no such logic, so we rely on users ignoring analysis warnings.
This is a tracking issue. We can go into more detail as needed, but tl;dr, open some of our examples in IntelliJ, and notice where warnings are present (or ignored with a
// ignore: ...
). Thanks!/cc @MichaelRFairhurst
The text was updated successfully, but these errors were encountered: