File tree Expand file tree Collapse file tree 9 files changed +14
-9
lines changed
Expand file tree Collapse file tree 9 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1+ ### 0.304.0
2+
3+ Notable bug fixes:
4+ * Fixed analysis of number literal keys in object destructuring rest type computation
5+
16### 0.303.0
27
38New Features:
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22name: "flow_parser"
3- version: "0.303 .0"
3+ version: "0.304 .0"
44maintainer: "flow@fb.com"
55authors: ["Flow Team <flow@fb.com>"]
66homepage: "https://github.com/facebook/flow/tree/master/src/parser"
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22name: "flowtype"
3- version: "0.303 .0"
3+ version: "0.304 .0"
44maintainer: "flow@fb.com"
55authors: "Flow Team <flow@fb.com>"
66license: "MIT"
@@ -15,7 +15,7 @@ depends: [
1515 "camlp-streams" {>= "5.0.1"}
1616 "dtoa" {>= "0.3.2"}
1717 "fileutils" {>= "0.6.4"}
18- "flow_parser" {= "0.303 .0"}
18+ "flow_parser" {= "0.304 .0"}
1919 "inotify" {os = "linux" & >= "2.4.1"}
2020 "ounit2" {with-test}
2121 "lwt" {>= "5.7.0"}
Original file line number Diff line number Diff line change 11{
22 "name" : " flow-parser" ,
3- "version" : " 0.303 .0" ,
3+ "version" : " 0.304 .0" ,
44 "description" : " JavaScript parser written in OCaml. Produces ESTree AST" ,
55 "homepage" : " https://flow.org" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " flow-remove-types" ,
3- "version" : " 2.303 .0" ,
3+ "version" : " 2.304 .0" ,
44 "description" : " Removes Flow type annotations from JavaScript files with speed and simplicity." ,
55 "author" : {
66 "name" : " Flow Team" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " flow-upgrade" ,
3- "version" : " 2.11 .0" ,
3+ "version" : " 2.12 .0" ,
44 "description" : " A utility for upgrading your codebase to the latest version of Flow." ,
55 "engines" : {
66 "node" : " >=14"
Original file line number Diff line number Diff line change 11{
22 "name" : " try-flow-website-js" ,
3- "version" : " 0.303 .0" ,
3+ "version" : " 0.304 .0" ,
44 "description" : " An NPM package to hold compiled `flow.js` and libdefs for every Flow version." ,
55 "license" : " MIT" ,
66 "repository" : " facebook/flow" ,
Original file line number Diff line number Diff line change 55 * LICENSE file in the root directory of this source tree.
66 *)
77
8- let version = " 0.303 .0"
8+ let version = " 0.304 .0"
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ npm install --save-dev flow-bin
126126 "name" : " my-flow-project" ,
127127 "version" : " 1.0.0" ,
128128 "devDependencies" : {
129- "flow-bin" : " ^0.303 .0"
129+ "flow-bin" : " ^0.304 .0"
130130 },
131131 "scripts" : {
132132 "flow" : " flow"
You can’t perform that action at this time.
0 commit comments