LivelyKernel / lively.ast

Parsing JS code into ASTs and tools to query and transform these trees.
4 stars 0 forks source link

Resolve references and exports to their declarations #1

Closed levjj closed 8 years ago

levjj commented 8 years ago

I also rebuilt the dist packages, therefore this PR is relatively big. Otherwise, this is relatively small.

rksm commented 8 years ago

For some reason the acorn version wasn't updated in the last build, you re-build with acorn@2, however, acorn@3.0.4 is current and is used by us. Can you please rebuild with that and see if this fixes the diff?

levjj commented 8 years ago

Okay, so I removed the rebuild from the PR. This at least fixes the diff.

levjj commented 8 years ago

This PR should now be ready for merging.

rksm commented 8 years ago

👍