Skip to content

Typdefs are ignored when running extract #213

@mosuem

Description

@mosuem

With this repository https://github.com/mosuem/typedef_export, running dart pub global run dart_apitool:main extract --input . prints

The following declarations do not have an entry point (did you miss to export them?):
  _A
    Usage(s):
    - typedef_export_base.dart::Awesome::isAwesome
    - typedef_export_base.dart::A

This is incorrect, as the typedef A is exported, which should be enough.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions