Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Child assignmentexpressions #10

Merged
merged 38 commits into from
Sep 8, 2015
Merged

Conversation

jridgewell
Copy link
Owner

Closes #8.

Code needs to be cleaned up a bit, and I need to rewrite the commit history. But, I'd rather get some input into how we can break this implementation before I spend time cleaning it up.

If there is a `containingJSXElement`, we would have already searched
for other JSX elements on it.
Also cleans up all the data we’re passing around. 😄
@jridgewell
Copy link
Owner Author

Ping @thejameskyle, I think it's ready for a code review now.

@jamiebuilds
Copy link
Contributor

I'll try to remember for later tonight

@jridgewell
Copy link
Owner Author

Ping. 😃

@jridgewell jridgewell mentioned this pull request Aug 10, 2015

file.path.unshiftContainer("body", helperAstFn(t, helperRef, dependencyRefs));

for (let dependency of undefinedDeps) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you remove this for...of? This will depend on the polyfill

Copy link
Owner Author

Choose a reason for hiding this comment

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

Removed.

@jamiebuilds
Copy link
Contributor

This looks really good. Sorry for taking so long to review it

let key = null;
let statics = [];

for (let attribute of attributes) {
Copy link
Owner Author

Choose a reason for hiding this comment

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

Should I remove this for ... of, too?

Copy link
Contributor

Choose a reason for hiding this comment

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

yeah, any of them

jridgewell added a commit that referenced this pull request Sep 8, 2015
@jridgewell jridgewell merged commit 8ca9372 into master Sep 8, 2015
@jridgewell jridgewell deleted the child-assignmentexpressions branch September 8, 2015 18:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants