Commits
User selector
Commit History
Commits on Oct 7, 2020
Check for recursion in parseAssignmentExpression.
Show description for 6b1e799authored andcommittedAdd boolean shorthand field to Property node
Show description for 4b59e9bauthored andcommitted
Add boolean method field to Property node
Show description for 3e2d13dauthored andcommitted
Class property and method locations include static keyword
Show description for f2517beauthored andcommitted
ImportDefaultSpecifier location does not include type or typeof keyword
Show description for 7e99ca1authored andcommitted
TypeCastExpression location does not include opening paren
Show description for 626239aauthored andcommitted
Object pattern property source location includes entire computed key
Show description for 614a013authored andcommitted
Commits on Oct 5, 2020
Fix missing source location for import specifiers
Show description for 94f11ddauthored andcommitted
Correctly parse multi-element optional chains directly following a call
Show description for b61f164authored andcommitted
Commits on Oct 2, 2020
Check recursion in JSParserImpl::parseBindingElement
Show description for 551de84authored andcommitted
Commits on Sep 24, 2020
Fix parsing yield without argument.
Show description for d3323b0authored andcommitted
Commits on Sep 21, 2020
Fix missing return in parseExportClause.
Show description for da2bf98authored andcommittedProperly check for getParseFlow in object properties.
Show description for 51e6eeaauthored andcommitted
Commits on Sep 18, 2020
Fix compiler warnings
Show description for 3cdc5bdauthored andcommitted
Commits on Sep 16, 2020
Store type params in arrow functions.
Show description for 762fcabauthored andcommittedParse predicate in function declarations/expressions.
Show description for 9e7593aauthored andcommittedParse arrow function predicates.
Show description for 747accfauthored andcommittedFix early errors for super uses.
Show description for ec129f2authored andcommitted
Commits on Sep 14, 2020
Make the preemptive compilation threshold configurable
Show description for 99f46feauthored andcommitted
Commits on Sep 1, 2020
Change checkEndAssignmentExpression assertion to error.
Show description for 5e1931aauthored andcommitted
Commits on Aug 11, 2020
Check for recursion in nested call expressions.
Show description for 8725b52authored andcommitted
Commits on Jul 24, 2020
Extract Flow declaration parsing.
Show description for 6565623authored andcommittedConditionalize inclusion of JSX/Flow AST nodes.
Show description for 14ceb0fauthored andcommitted
Commits on Jul 17, 2020
Support logical assignment operators.
Show description for 7c96c9dauthored andcommitted
Commits on Jul 11, 2020
enforce maximum AST depth
Show description for 47ae051authored andcommitted
Commits on Jul 1, 2020
rename LLVM to LLVH
Show description for 4f15a2eauthored andcommitted
Commits on Jun 25, 2020
Parse 'declare module'.
Show description for d7febebauthored andcommittedParse Flow enums.
Show description for 7dc092cauthored andcommittedParse predicates.
Show description for 381f4b8authored andcommittedParse type parameters in object methods.
Show description for 7ebaa5bauthored andcommittedParse type parameters in class methods.
Show description for c8bc64eauthored andcommittedParse type exports.
Show description for f24b5eeauthored andcommittedParse type params in function declarations.
Show description for 24c00f9authored andcommittedParse type cast expressions.
Show description for 583ba9bauthored andcommittedParse type annotations in binding patterns.
Show description for e235d2aauthored andcommitted