Commits
User selector
Commit History
Commits on Feb 24, 2017
Added support for array type annotations
Show description for 5ba431acommitted
Franco Castellacci
Commits on Feb 7, 2017
Moved adding types to nodes to a separate method.
Show description for 49093d8committed
Franco Castellacci
Commits on Feb 6, 2017
- committed
Franco Castellacci
Commits on Jan 27, 2017
- committed
Franco Castellacci - committed
Franco Castellacci - committed
Franco Castellacci
Commits on Jan 26, 2017
Modified JsTypes to be an enum class.
Show description for ad5259ecommitted
Franco Castellacci
Commits on Jan 24, 2017
- committed
Franco Castellacci
Commits on Jan 21, 2017
First draft of the type annotation parsing for JS.
Show description for 01cb30bcommitted
Franco Castellacci
Commits on Dec 16, 2016
[1.3>1.4] [MERGE #2219 @pleath] Port fix for bad binding of async arrow function parameters
Show description for b1eeac3committed- committed
Commits on Nov 30, 2016
[MERGE #2098 @suwc] OS8050875:Direct super calls in a base class constructor
Show description for 87809f6committed
Suwei Chen
Commits on Nov 29, 2016
Fix crash due to label breaking precise captures
Show description for 4ff96d8committed
Ian Halliday
Commits on Nov 28, 2016
OS8050875:Direct super calls in a base class constructor
Show description for 1f4e125committed
Suwei Chen
Commits on Nov 17, 2016
Fix TVS false positive by using a failfast
Show description for bce42e8committed
Commits on Nov 14, 2016
Fixing an issue with async function parsing in undo defer mode
Show description for 88f6ec1committed
Commits on Nov 12, 2016
Commits on Nov 11, 2016
- authored andcommitted

Redefer function bodies that are not currently being executed and are
Show description for a384d2ecommitted
Commits on Nov 10, 2016
[1.3>master] [MERGE #1979 @pleath] Change to address CVE-2016-7207
Show description for 90e11e6committedFix incorrect identification of non-local-references when parsing arrow function parameter lists. Since we can't identify such syntax on the initial scan and have to backtrack and re-parse, our sta…
Show description for 1ea9ef6committed
Commits on Nov 3, 2016
Fix incorrect parsing of yield/await in arrow functions
Show description for 3b27023committed
Commits on Oct 20, 2016
Commits on Oct 10, 2016
Commits on Oct 6, 2016
[1.3>master] Correct the binding of references that are part of ES6-style object literal shorthand syntax, e.g., {a}, when parsing is deferred. We were not adding a reference to the identifier when…
Show description for 2d589cecommittedCorrect the binding of references that are part of ES6-style object literal shorthand syntax, e.g., {a}, when parsing is deferred. We were not adding a reference to the identifier when !buildAST, w…
Show description for d422316committed
Commits on Sep 16, 2016
ES6 constructor returns class instead of object upon constructorCache hit.
Show description for 6ff0029committed
Suwei Chen[1.3>master] [1.2>1.3] This change contains combined fixes for CVE-2016-3350, CVE-2016-3377 and a defense in depth change in the CustomHeap
Show description for 399ba8bcommitted[1.2>1.3] This change contains combined fixes for CVE-2016-3350, CVE-2016-3377 and a defense in depth change in the CustomHeap
Show description for f4d44b7committed
Commits on Sep 15, 2016
This change contains combined fixes for CVE-2016-3350, CVE-2016-3377 and a defense in depth change in the CustomHeap
Show description for 24c4d7dcommitted
Commits on Sep 13, 2016
Invertloop issue.
Show description for 0a76bfccommitted
Commits on Aug 25, 2016
[1.3<master @ a99327b] Updating async function implementation to fix the symbol capturing issues
Show description for 8b988baauthored andcommitted
Commits on Aug 22, 2016
Updating async function implementation to fix the symbol capturing issues
Show description for a99327bcommitted
Commits on Aug 19, 2016
Fix call syntax after class expression syntax
Show description for 6f91c8bcommitted
Ian Halliday