feat: Add foundation parser export to parsers.dart#407
Conversation
📝 WalkthroughWalkthroughThe pull request adds a single export statement to the parsers barrel file, re-exporting the foundation module to expand the public API surface. This makes foundation types publicly accessible through the parsers namespace without modifying any existing logic or functionality. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/stac/lib/src/parsers/parsers.dart (1)
6-6: Export syntax is correct; consider alphabetical ordering for consistency.The foundation.dart export is properly formatted and the file exists. For improved maintainability, consider placing this export in alphabetical order between
coreandtheme.
📜 Review details
Configuration used: defaults
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
packages/stac/lib/src/parsers/parsers.dart
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-12-19T20:20:55.561Z
Learnt from: akhil-ge0rge
Repo: StacDev/stac PR: 399
File: packages/stac/lib/src/parsers/theme/stac_tool_tip_theme_data_parser.dart:9-26
Timestamp: 2025-12-19T20:20:55.561Z
Learning: In Flutter, TooltipThemeData.height is deprecated since v3.30.0-0.1.pre. Replace uses with TooltipThemeData.constraints: BoxConstraints(minHeight: value) to achieve the same minimum height. Apply this pattern to review any Dart/Flutter code that uses TooltipThemeData.height, not just this file.
Applied to files:
packages/stac/lib/src/parsers/parsers.dart
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: analyze
Description
Added foundation parser export to parsers.dart
Type of Change
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.