Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export 'package:github/src/const/language_color.dart'; #232

Merged
merged 3 commits into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/src/common.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ export 'package:github/src/common/util/oauth2.dart';
export 'package:github/src/common/util/pagination.dart';
export 'package:github/src/common/util/service.dart';
export 'package:github/src/common/util/utils.dart';
export 'package:github/src/const/language_color.dart';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note, but now that this file is being exported, the language color map is now considered part of the public API and should be non-breaking in future changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

export 'package:github/src/const/token_env_keys.dart';
98 changes: 59 additions & 39 deletions lib/src/const/language_color.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading