-
Notifications
You must be signed in to change notification settings - Fork 27k
refactor(Compiler): inline styles before compiling the template #2563
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the blocker here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no blocker, I'm on it
|
@vicb This looks good! Is it still WIP or besides the Travis errors good to go? |
d8e297e to
735fd79
Compare
|
@tbosch I have currently to issues with this PR: in Dart We use the Any idea or an idea on who can help ? in JS Because relative url resolution is not (yet) working, we fail to resolve css urls (in material examples). It throws an exception and tests fail. The best for JS is probably to wait for the resolution to be implemented - I'll start working on this tomorrow. |
|
@vicb: Could you walk the template manually, instead of using Regarding JS: How did it work before? I.e. we were able to resolve the url for the html file correctly... Don't see the connection to relative url resolution... |
|
|
Blocked on the Dart issue describe in the comments above, any help would be appreciated |
11676c2 to
481eda0
Compare
8219c56 to
07d247f
Compare
|
@tbosch could you please review the PR ? Highlights:
I have kept the changes in separate commits in order to make the review less painful. |
|
Do you know how and whether the transformer also inlines styles / templates? Do they use our |
|
LGTM. |
I think it has been deferred, see #2599 (comment) (2 new issues have been created to track that) |
|
Just a reminder that renames should be marked as "BREAKING CHANGES" so our changelog could pick them up. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
TODO:
add ref to 1694 to the commit message- fixed in a previous PRimplement relative url resolving to fix JSquerySelectorAllin Dart