Commits
User selector
Commit History
Commits on Oct 8, 2020
Rearrange source location tests to be more manageable
Show description for fd6f5d6authored andcommitted
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 andcommittedProperly check for getParseFlow in object properties.
Show description for 51e6eeaauthored 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 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 Aug 4, 2020
Fix ESTreeJSONDumper 8-node bug.
Show description for 55f38f1authored andcommitted
Commits on Jun 25, 2020
Parse 'declare module'.
Show description for d7febebauthored andcommittedUse correct GrammarContext in JSX child expressions.
Show description for b238ebaauthored andcommittedScan '>' as its own token in JSX.
Show description for 4c41294authored andcommittedParse Flow enums.
Show description for 7dc092cauthored andcommittedParse predicates.
Show description for 381f4b8authored andcommittedParse type parameters in object methods.
Show description for 7ebaa5bauthored andcommittedParse 'declare export' statements.
Show description for 6f23a77authored andcommittedParse type parameters in class methods.
Show description for c8bc64eauthored andcommitted