mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
[pkg/nnbd_migration] remove a dep on package:charcode
Change-Id: I8fb1e9d10bc7d00e096b11a46dc8d085f37f9e9d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/243704 Reviewed-by: Paul Berry <paulberry@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
parent
c3e0d770dd
commit
60ea761224
2 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,8 @@ import 'dart:io';
|
|||
import 'dart:math';
|
||||
import 'dart:typed_data';
|
||||
|
||||
import 'package:analyzer/src/manifest/charcodes.dart';
|
||||
import 'package:analyzer_plugin/protocol/protocol_common.dart';
|
||||
import 'package:charcode/charcode.dart';
|
||||
import 'package:cli_util/cli_logging.dart';
|
||||
import 'package:meta/meta.dart';
|
||||
import 'package:nnbd_migration/src/edit_plan.dart';
|
||||
|
|
|
@ -11,7 +11,6 @@ dependencies:
|
|||
analyzer: any
|
||||
analyzer_plugin: any
|
||||
args: ^2.3.0
|
||||
charcode: ^1.1.0
|
||||
cli_util: ^0.3.5
|
||||
collection: ^1.15.0
|
||||
crypto: ^3.0.1
|
||||
|
|
Loading…
Reference in a new issue