Commits
User selector
Commit History
Commits on Nov 6, 2018
[AST] remove redundant Expression.Member.computed field
Show description for a8f8e00authored andcommitted
Commits on Oct 30, 2018
Parameterize Ast_utils types over location
Show description for b800f93authored andcommittedRename Flow's Ast_utils.ml to Flow_ast_utils.ml
Show description for 4e9d53dauthored andcommittedv0.85.0
Show description for 60024ccauthored andcommitted
Commits on Oct 29, 2018
[parser] include default in type_param loc
Show description for 5ef329aauthored andcommitted[parser] allow anonymous function param types inside generics inside arrow function return types
Show description for 607e9faauthored andcommittedremove some callers of Loc.btwn in the parser
Show description for 7ce6045authored andcommitted
Commits on Oct 26, 2018
fix stack overflow in flow_parser.js for large objects, arrays
Show description for 096eb7dauthored andcommittedmore object parser refactoring
Show description for ae1c8dcauthored andcommittedfix tail call optimization in flow_parser.js
Show description for ef6ef67authored andcommitted
Commits on Oct 25, 2018
[parser] fix bug where variance sigil isn't included in type_param loc
Show description for 26cb2f4authored andcommittedALoc.to_string
Show description for 213939dauthored andcommittedremove incorrect `expression` field from function AST
Show description for 34cd63aauthored andcommittedv0.84.0
Show description for 0e2e82bauthored andcommitted
Commits on Oct 23, 2018
minor cleanup to export named declarations
Show description for c8c5d31authored andcommitted[parser] let/const parser cleanup
Show description for b9e43a4authored andcommitted
Commits on Oct 18, 2018
ALoc.equal
Show description for 731c4d9authored andcommittedALoc.none
Show description for b65d1c0authored andcommitted
Commits on Oct 16, 2018
[parser] add inexact flag on objects to estree printed ast
Show description for 231256cauthored andcommitted
Commits on Oct 15, 2018
[parser] add inexact flag to indicate presence of ... on Ast.Type.Object.t
Show description for a7feb78authored andcommitted
Commits on Oct 12, 2018
[parser] Allow '...' to indicate explicit inexact object
Show description for 1ac9130authored andcommitted
Commits on Oct 11, 2018
v0.83.0
Show description for 7eb57d7authored andcommitted
Commits on Oct 10, 2018
ALoc.compare
Show description for c1f0368authored andcommitted
Commits on Oct 9, 2018
[parser] Add parser support for _ in constructors and calls
Show description for fb23b93authored andcommitted
Commits on Oct 4, 2018
[typed AST] Adds type to the Missing AST node
Show description for 526e96eauthored andcommittedAdd a location hint to the AST whenever a type annotation is missing
Show description for 959929bauthored andcommitted
Commits on Oct 3, 2018
Unary operators are always prefixes
Show description for 1791ec4authored andcommitted
Commits on Oct 2, 2018
Add `ALoc.source`
Show description for 535355aauthored andcommittedMake instance properties named 'constructor' a syntax error
Show description for 632ba6eauthored andcommitted
Commits on Oct 1, 2018
[Typed AST] Adds support for JSX
Show description for 64601dfauthored andcommittedDRY string of binary operator
Show description for 41b3acaauthored andcommitted[Typed AST] Add type annotations to Class elements
Show description for 54465f5authored andcommitted[Typed AST] Adds type annotation to Missing return type node
Show description for 69c5cf1authored andcommittedv0.82.0
Show description for 5fa770bauthored andcommitted
Commits on Sep 24, 2018
Add ALoc (Abstract Location) module
Show description for 77c4296authored andcommitted