Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
steinitzu
/
tern
Public
forked from
ternjs/tern
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
tern
lib
on
acorn-6
User selector
All users
All time
Commit history
Commits on Sep 14, 2018
Upgrade to Acorn 6
marijnh
committed
bb23cfb
View commit details
Copy full SHA for bb23cfb
View code at this point
Browse repository at this point
Commits on Sep 13, 2018
Mark version 0.22.2
othree
committed
eb4922d
View commit details
Copy full SHA for eb4922d
View code at this point
Browse repository at this point
Skip RestElement in ObjectPattern to avoid crash
othree
committed
df8fc67
View commit details
Copy full SHA for df8fc67
View code at this point
Browse repository at this point
Commits on Sep 12, 2018
Mark version 0.22.1
othree
committed
05b7372
View commit details
Copy full SHA for 05b7372
View code at this point
Browse repository at this point
Skip SpreadElement in object
othree
committed
8f4ba46
View commit details
Copy full SHA for 8f4ba46
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
Mark version 0.22.0
marijnh
committed
4e3e61b
View commit details
Copy full SHA for 4e3e61b
View code at this point
Browse repository at this point
Commits on Aug 14, 2018
Add async iteration support
othree
committed
601d174
View commit details
Copy full SHA for 601d174
View code at this point
Browse repository at this point
Update ecmaVersion to 9
othree
committed
62db791
View commit details
Copy full SHA for 62db791
View code at this point
Browse repository at this point
Commits on Jul 13, 2018
Basic support of async function and await expression. (#972)
Show description for 8e2d30b
othree
authored
8e2d30b
View commit details
Copy full SHA for 8e2d30b
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
Fix problem where rename-variable renames property names
Show description for 735f224
marijnh
committed
735f224
View commit details
Copy full SHA for 735f224
View code at this point
Browse repository at this point
Commits on May 11, 2017
add refScope
fingera
committed
38d3e18
View commit details
Copy full SHA for 38d3e18
View code at this point
Browse repository at this point
Commits on Apr 26, 2017
Fix accidental es6-ism
marijnh
committed
9167db3
View commit details
Copy full SHA for 9167db3
View code at this point
Browse repository at this point
Prevent setting an object's prototype to itself or a descendant
Show description for 32c09a5
marijnh
committed
32c09a5
View commit details
Copy full SHA for 32c09a5
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
Filter out <i> properties when guessing object literal props
Show description for df0c000
marijnh
committed
df0c000
View commit details
Copy full SHA for df0c000
View code at this point
Browse repository at this point
Commits on Feb 18, 2017
Mark version 0.21.0
marijnh
committed
e6a7777
View commit details
Copy full SHA for e6a7777
View code at this point
Browse repository at this point
Remove trailing whitespace
marijnh
committed
3f440fd
View commit details
Copy full SHA for 3f440fd
View code at this point
Browse repository at this point
Use characters, rather than utf16 units, as counting unit in queries
Show description for 3cfb76a
marijnh
committed
3cfb76a
View commit details
Copy full SHA for 3cfb76a
View code at this point
Browse repository at this point
Commits on Dec 7, 2016
Clear scopes on AST before analysis
Show description for 3f4794d
marijnh
committed
3f4794d
View commit details
Copy full SHA for 3f4794d
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Support object literals in defs
TimothyGu
authored and
marijnh
committed
a36a20c
View commit details
Copy full SHA for a36a20c
View code at this point
Browse repository at this point
Support rest parameters in defs
TimothyGu
authored and
marijnh
committed
1080dca
View commit details
Copy full SHA for 1080dca
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
Mark release 0.20.0
marijnh
committed
459b670
View commit details
Copy full SHA for 459b670
View code at this point
Browse repository at this point
Make improved Promise.resolve work with current defs
marijnh
committed
7effbec
View commit details
Copy full SHA for 7effbec
View code at this point
Browse repository at this point
Fix some propagation issues.
rkistner
authored and
marijnh
committed
b0c3f48
View commit details
Copy full SHA for b0c3f48
View code at this point
Browse repository at this point
Some fixes for Promise.resolve behavior.
rkistner
authored and
marijnh
committed
1cba2cd
View commit details
Copy full SHA for 1cba2cd
View code at this point
Browse repository at this point
Move standard language definitions into a single ecmascript.json file
Show description for a53d2ee
marijnh
committed
a53d2ee
View commit details
Copy full SHA for a53d2ee
View code at this point
Browse repository at this point
Add option to disable completion inside string literal
Show description for fb585f6
Mike Rennie
authored and
marijnh
committed
fb585f6
View commit details
Copy full SHA for fb585f6
View code at this point
Browse repository at this point
Avoid null-deref of argNodes
Show description for e878e67
alexsaveliev
authored and
marijnh
committed
e878e67
View commit details
Copy full SHA for e878e67
View code at this point
Browse repository at this point
Commits on Jul 11, 2016
Mark release 0.19.0
marijnh
committed
95dfbf4
View commit details
Copy full SHA for 95dfbf4
View code at this point
Browse repository at this point
Commits on Jun 7, 2016
Make rename handle shorthand object properties a little better
Show description for 6b64a8a
marijnh
committed
6b64a8a
View commit details
Copy full SHA for 6b64a8a
View code at this point
Browse repository at this point
Simplify walker call in infer.findRefs
marijnh
committed
418d8e2
View commit details
Copy full SHA for 418d8e2
View code at this point
Browse repository at this point
Pass allowHashBang to Acorn
Show description for 8e35572
marijnh
committed
8e35572
View commit details
Copy full SHA for 8e35572
View code at this point
Browse repository at this point
Commits on Jun 2, 2016
Simplify patch 0de9499
Show description for ead32cf
marijnh
committed
ead32cf
View commit details
Copy full SHA for ead32cf
View code at this point
Browse repository at this point
Add missing keywords when ecmaVersion = 6
Show description for 0de9499
tommytroylin
authored and
marijnh
committed
0de9499
View commit details
Copy full SHA for 0de9499
View code at this point
Browse repository at this point
Commits on May 19, 2016
Fix broken passing of scope in scopeGatherer
Show description for fa172b3
marijnh
committed
fa172b3
View commit details
Copy full SHA for fa172b3
View code at this point
Browse repository at this point
Fixes endless recursion when evaluating type
Show description for 49c2680
alexsaveliev
authored and
marijnh
committed
49c2680
View commit details
Copy full SHA for 49c2680
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.