Skip to content
This repository was archived by the owner on Nov 9, 2018. It is now read-only.
This repository was archived by the owner on Nov 9, 2018. It is now read-only.

Detect and update imports. #29

Closed
Closed
@lrhn

Description

@lrhn

If a file contains an import of dart:convert with a show clause, please convert all the matching imported names as well. Include the encode/decode functions.

That is:

import 'dart:convert' show JSON, UTF8;

should be come

import 'dart:convert' show json, jsonEncode, jsonDecode, utf8;

(or as many of the first three as are actually used, it might just be one of them).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions