Skip to content
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

[dart] Improve types & imports #9167

Merged
merged 4 commits into from
Apr 6, 2021
Merged

Commits on Apr 4, 2021

  1. [dart] Improve types & imports

    * don't use importMapping as it is intended for something different that is not possible in dart
    * introduce imports map for dart specific features
    * always import `dart:core`
    * get rid of additionalReservedWords
    * fix `--type-mappings` not working
    * use required type mappings in samples
    * no longer define additional reserved words  as it is impossible to list all anyways, they can now be configured via type-mapping parameter
    * simplify dio imports
    kuhnroyal committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    f328a20 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    a49645f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c66f52 View commit details
    Browse the repository at this point in the history
  3. Update docs

    kuhnroyal committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    3cdbf3b View commit details
    Browse the repository at this point in the history