Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Conversation

@matanlurey
Copy link
Contributor

No description provided.

null,
_library,
new LibraryIdentifier([_stringId(name)]),
null,));
Copy link
Contributor

Choose a reason for hiding this comment

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

Have you run dartfmt on this file?

final String _name;
final bool _isField;
final bool _isOptional;
final bool _isNamed;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this not the same as _name.isNotEmpty?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whether it's a named optional parameter. I should probably just make an enum, but it's not like I'm going to be adding more anytime soon.

@matanlurey matanlurey merged commit cde2a56 into dart-archive:master Sep 16, 2016
@matanlurey matanlurey deleted the library_scoping branch September 16, 2016 02:45
mosuem pushed a commit to dart-lang/tools that referenced this pull request Oct 25, 2024
* Add a simple identifier Scope class and a test.

* Address comments.

* Add some support for scoping (methods, types, parameters)

* Add some support to LibraryBuilder and a test.

* Pubspec +1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants