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

Work to support a Babel transform #69

Merged
merged 3 commits into from Jun 9, 2016
Merged

Work to support a Babel transform #69

merged 3 commits into from Jun 9, 2016

Conversation

tbranyen
Copy link
Owner

Some additional work needed to happen to diffHTML to support the Babel transform.

@tbranyen tbranyen force-pushed the transform branch 4 times, most recently from 8194e68 to d02cf5f Compare May 29, 2016 09:17
@@ -39,10 +39,10 @@ export default function make(descriptor) {

// If not a dynamic type, set as an attribute, since it's a valid
// attribute value.
if (!isObject && !isFunction) {
if (attr.name && !isObject && !isFunction) {
Copy link
Owner Author

Choose a reason for hiding this comment

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

Empty attribute names indicate a removal of a dynamic attribute.

@tbranyen tbranyen changed the title Work to diffHTML to support a Babel transform Work to support a Babel transform Jun 8, 2016
@tbranyen tbranyen force-pushed the transform branch 2 times, most recently from 9892d16 to dbc6f64 Compare June 9, 2016 21:52
@tbranyen
Copy link
Owner Author

tbranyen commented Jun 9, 2016

Once the memory leak is resolved, this should be merge-able.

There were unit tests that leaked memory (ended up finding the source in
lib/node/make) and I couldn't tell which. I added validateMemory to the
unit tests that matter to narrow down where leakage occurs.
@tbranyen tbranyen merged commit f149d60 into master Jun 9, 2016
@tbranyen tbranyen deleted the transform branch June 9, 2016 23:55
@jamesplease
Copy link

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants