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

Conversation

@matanlurey
Copy link
Contributor

}

/// Adds [directive]'s resulting AST to the source.
void addDirective(CodeBuilder<Directive> directive) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be in LibraryBuilder and not in PartBuilder, right?

@matanlurey
Copy link
Contributor Author

@yjbanov Yup, whoops! Fixed.

@yjbanov
Copy link
Contributor

yjbanov commented Sep 14, 2016

LGTM

@matanlurey matanlurey merged commit c2beebd into dart-archive:master Sep 14, 2016
@matanlurey matanlurey deleted the statements branch September 14, 2016 03:56
mosuem pushed a commit to dart-lang/tools that referenced this pull request Oct 25, 2024
…ode_builder#3)

* Remove unused dependency.

* Split FileBuilder into Library/PartBuilder.

* Move FileBuilder#addDirectove to LibraryBuilder.
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.

Split FileBuilder into LibraryBuilder and PartBuilder

2 participants