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
Exported TypeAlias's location does not include export keyword
Show description for d522a92authored 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
JSXEmptyExpression location does not include parent's curly braces
Show description for fdac64fauthored andcommitted
JSXExpressionContainer and JSXSpreadAttribute locations contain closing brace
Show description for 1e15175authored 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 type aliases without closing semicolon
Show description for 30d3f18authored andcommitted
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 andcommittedCheck for error in parseTypeCallProperty.
Show description for 418b72fauthored andcommittedAvoid potential access out of bounds lexing %checks.
Show description for 1a0304dauthored 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 andcommittedParse `mixed` as `MixedTypeNode`.
Show description for 6fd453cauthored 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 11, 2020
Do not include newline as part of stored line comment
Show description for afdc60fauthored andcommitted
Include comments in program AST node
Show description for e3a813cauthored andcommitted
Commits on Sep 9, 2020
Store more information with comments.
Show description for 1a2f1d0authored andcommitted
Commits on Sep 1, 2020
Continue on seeing '@' in lexer advance.
Show description for 1502732authored andcommittedChange 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 27, 2020
Store comments in lexer.
Show description for 8fc32f4authored andcommittedRename variable in comment skipping functions.
Show description for c3a9925authored andcommitted
Commits on Jul 24, 2020
Extract Flow declaration parsing.
Show description for 6565623authored andcommitted