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
Add boolean shorthand field to Property node
Show description for 4b59e9bauthored andcommitted
Add boolean method field to Property node
Show description for 3e2d13dauthored 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
Commits on Oct 5, 2020
Fix missing source location for type aliases without closing semicolon
Show description for 30d3f18authored andcommitted
Commits on Sep 21, 2020
Check for error in parseTypeCallProperty.
Show description for 418b72fauthored 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 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 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 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 andcommittedParse public class properties.
Show description for 53baf43authored andcommittedParse type arguments in call expressions.
Show description for 12ecfdbauthored andcommittedParse return types and type params in arrow functions.
Show description for 13d4dedauthored andcommittedParse type imports.
Show description for 5949d32authored andcommittedParse class headers with type annotations.
Show description for c121d23authored andcommittedParse return types in functions.
Show description for 425af14authored andcommittedParse type annotation in parseBindingIdentifier.
Show description for 1573aa3authored andcommittedBegin parsing Flow types.
Show description for dd36547authored andcommitted
Loading