Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Fix fnType for tern / acorn updates (compatibility for >0.13.0) #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix fnType for tern / acorn updates (compatibility for >0.13.0) #43

wants to merge 3 commits into from

Conversation

bfricka
Copy link

@bfricka bfricka commented Nov 10, 2015

This patches tern-closure to be compatible w/ some changes in newer versions of tern's acorn parser which was causing it to fail when used with >0.13.0.

@@ -9,7 +9,7 @@
"doctrine": "^0.5.2"
},
"peerDependencies": {
"tern": "^0.13.0"
"tern": ">=0.15"
Copy link
Contributor

Choose a reason for hiding this comment

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

Tern is 0.16.0 version today.

Copy link
Author

Choose a reason for hiding this comment

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

I'm aware, and that is what I tested against, but this is compatible with >=0.15

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.

2 participants