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

Add explicit imports across files inside of polymer #4666

Merged
merged 4 commits into from
Jun 15, 2017

Conversation

FredKSchott
Copy link
Contributor

@FredKSchott FredKSchott commented Jun 5, 2017

This PR adds back missing imports. These explicit references are needed for some automated tooling.

/cc @justinfagnani

@FredKSchott FredKSchott changed the title Add mixin.html import to gesture-event-listeners.html Add explicit imports across files inside of polymer Jun 5, 2017
@@ -8,6 +8,7 @@
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="resolve-url.html">
<link rel="import" href="../elements/dom-module.html">
Copy link
Contributor

Choose a reason for hiding this comment

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

This file shouldn't have an import of dom-module. The check below is to see if it's loaded and use it if so, but there are some uses of style-gather that don't necessitate loading dom-module, like custom-style.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, removing

@FredKSchott
Copy link
Contributor Author

@justinfagnani @sorvell PTAL, PR is now a single line

@justinfagnani
Copy link
Contributor

LGTM from my end

@FredKSchott FredKSchott requested a review from dfreedm June 15, 2017 18:41
Copy link
Member

@dfreedm dfreedm left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@dfreedm dfreedm merged commit 0e19660 into master Jun 15, 2017
@dfreedm dfreedm deleted the FredKSchott-patch-1 branch June 15, 2017 18:42
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.

4 participants