-
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
In "implementers" list, include extension type
implementers along with classes and mixins
#3656
Comments
Thanks for the report, Kevin! |
BTW we do have tests that this works so... something fishy :D |
Wait no, you lost me. Why do you expect to see |
I think Kevin means the page for I still think it's a bit confusing that |
OK. We can add that feature. |
extension type
implementers just like normal implementsextension type
implementers along with classes and mixins
Which corresponds to dart-lang/sdk@b457490 Which includes dart-lang/sdk@7c223d8 Which syncs dartdoc to include https://github.com/dart-lang/dartdoc/compare/7e171fc..7a9df65 It doesn't seem this is fixed! |
Ah, I think it's that JSTypedArray is also an extension type. Can fix. |
See
TypeData
- https://api.dart.dev/main/4ddc4a9e8d1a13aa50bac280669e4334e39a0b57/dart-typed_data/TypedData-class.htmlYou see all of the implementers.
See
JSTypedArray
- https://api.dart.dev/main/4ddc4a9e8d1a13aa50bac280669e4334e39a0b57/dart-js_interop/JSTypedArray-extension-type.htmlI'd expect to see
implementers
, too!The text was updated successfully, but these errors were encountered: