-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.19.0] can't generate docs for angular2 anymore - analyzer NoSuchMethodError #1233
Comments
/cc @keertip |
Most likely caused by a change in analyzer api. Will take a look. |
Because dartdoc from 1.19.0 has issues - dart-lang/dartdoc#1233.
Because dartdoc from 1.19.0 has issues - dart-lang/dartdoc#1233.
Talked to the analyzer folks, they are in the process of simplifying the creation of the analysis context and adding the necessary uri resolvers. This should be out in a day or two. So waiting on that. |
Breaks all the the new docs on dartdocs.org as well: https://www.dartdocs.org/history/index.html |
This is fixed in master; we're waiting on a merge into the current stable SDK. |
Having upgraded to 1.19.0, I can no longer build the API docs for angular2. When I try I get:
cc @kwalrath
The text was updated successfully, but these errors were encountered: