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
Description
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
Labels
No labels