Skip to content

Commit

Permalink
feat: remove charcode dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Nov 25, 2023
1 parent 160a50d commit 567647e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/process_run/lib/src/io/shell_words.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

// ignore_for_file: comment_references

import 'package:string_scanner/string_scanner.dart';

import 'package:process_run/src/common/ascii_charcodes.dart';
import 'package:string_scanner/string_scanner.dart';

/// Splits [command] into tokens according to [the POSIX shell
/// specification][spec].
Expand Down

0 comments on commit 567647e

Please sign in to comment.