Skip to content

Commit

Permalink
added ast-parser dev tool
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Dec 20, 2023
1 parent c463607 commit 6c44a85
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 46 deletions.
8 changes: 8 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "8.6.1"
chalk:
dependency: "direct dev"
description:
name: chalk
sha256: "53491e94aea65cddf07a63491384cd2018c1ccf188c973dbb935fbee9db609c8"
url: "https://pub.dev"
source: hosted
version: "1.2.1"
checked_yaml:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
pubspec_parse: ^1.2.1

dev_dependencies:
chalk: ^1.2.1
dart_dev: ^4.1.0
dependency_validator: ^3.2.3
glob: ^2.1.1
Expand Down
Loading

0 comments on commit 6c44a85

Please sign in to comment.