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

Examples: add trivial Library and SharedPart builder examples #390

Merged
merged 3 commits into from
Dec 21, 2018

Conversation

kevmoo
Copy link
Member

@kevmoo kevmoo commented Dec 21, 2018

Progress towards #322

builder_factories: ["metadataLibraryBuilder"]
# The mapping from the source extension to the generated file extension
build_extensions: {".dart": [".info.dart"]}
# Will automatically run on any package that depends on it
Copy link
Member

Choose a reason for hiding this comment

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

[nit] Just as a note, this will only run on the root package if it depends on it because of the build_to: source. I'm not sure if that's worth calling out here or not.

Copy link
Member Author

Choose a reason for hiding this comment

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

I thought that was implied. No?

Copy link
Member

Choose a reason for hiding this comment

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

🤷‍♂️

I guess it's implied, but as I read this I was thrown off by the "any package" here.

@kevmoo kevmoo merged commit 829bef0 into master Dec 21, 2018
@kevmoo kevmoo deleted the i322_add_example branch December 21, 2018 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants