Sign in
dart
/
tools.git
/
33fe3399
commit
33fe339961fd62ae3216085cdd0af2bb383cbc63
[
log
]
[
tgz
]
author
Kevin Moore <kevmoo@users.noreply.github.com>
Mon Dec 11 16:37:13 2023 -0800
committer
GitHub <noreply@github.com>
Mon Dec 11 16:37:13 2023 -0800
tree
70c384b23d0fce46ed6ecd0f0ca7d6725f07d5b1
parent
de85a1a40090406570650f045a3177153e69702e
[
diff
]
update lints, require Dart 3.0 (dart-lang/yaml#156) * switch expressions * dry up logic
pkgs/yaml/.github/workflows/test-package.yml
[
diff
]
pkgs/yaml/CHANGELOG.md
[
diff
]
pkgs/yaml/analysis_options.yaml
[
diff
]
pkgs/yaml/lib/src/equality.dart
[
diff
]
pkgs/yaml/lib/src/error_listener.dart
[
diff
]
pkgs/yaml/lib/src/event.dart
[
diff
]
pkgs/yaml/lib/src/loader.dart
[
diff
]
pkgs/yaml/lib/src/null_span.dart
[
diff
]
pkgs/yaml/lib/src/scanner.dart
[
diff
]
pkgs/yaml/lib/src/style.dart
[
diff
]
pkgs/yaml/lib/src/token.dart
[
diff
]
pkgs/yaml/lib/src/yaml_node.dart
[
diff
]
pkgs/yaml/lib/src/yaml_node_wrapper.dart
[
diff
]
pkgs/yaml/lib/yaml.dart
[
diff
]
pkgs/yaml/pubspec.yaml
[
diff
]
pkgs/yaml/test/utils.dart
[
diff
]
pkgs/yaml/test/yaml_node_wrapper_test.dart
[
diff
]
17 files changed
tree: 70c384b23d0fce46ed6ecd0f0ca7d6725f07d5b1
pkgs/