Skip to content

Commit 53f5ede

Browse files
committed
deps: Upgrade my ast-types and recast branches
This adds fixes for DeclareClass: benjamn/ast-types#746 benjamn/recast#1090
1 parent 0da4c29 commit 53f5ede

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"homepage": "https://github.com/gnprice/tsflower",
1212
"dependencies": {
13-
"ast-types": "gnprice/ast-types#24ac46577",
14-
"recast": "gnprice/recast#3cf24324c",
13+
"ast-types": "gnprice/ast-types#7018a996a",
14+
"recast": "gnprice/recast#6c121d42e",
1515
"typescript": "^4.6.3"
1616
},
1717
"devDependencies": {

t/sample/downstream.js.flow

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ var o: {|
4949

5050
declare function ff<T>(x: T): {| y: T |};
5151
declare function ff(x: boolean): (b: true) => {| y: number |};
52-
declare export class C {};
52+
declare export class C<T> {};
5353
declare export class D {};

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.27.tgz#f4df3981ae8268c066e8f49995639f855469081e"
88
integrity sha512-4/Ke7bbWOasuT3kceBZFGakP1dYN2XFd8v2l9bqF2LNWrmeU07JLpp56aEeG6+Q3olqO5TvXpW0yaiYnZJ5CXg==
99

10-
[email protected], ast-types@gnprice/ast-types#24ac46577:
10+
[email protected], ast-types@gnprice/ast-types#7018a996a:
1111
version "0.15.2"
12-
resolved "https://codeload.github.com/gnprice/ast-types/tar.gz/24ac46577b1fa7587e3741b827339f18711f2bc6"
12+
resolved "https://codeload.github.com/gnprice/ast-types/tar.gz/7018a996a27b2b7c88eca196f4b7d83b0b94a025"
1313
dependencies:
1414
tslib "^2.0.1"
1515

@@ -23,9 +23,9 @@ flow-bin@^0.176.3:
2323
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.176.3.tgz#d32de04e044ab474afe543b9fd245608bb6a6ac8"
2424
integrity sha512-lbNqgjr2GlGLAEVp5+dhG4LdnFE7ekbvVNifAdlvTx58/nE8GrCOMiUwEQy4dLnfL2NIRMk2dbEVTrugeQJ3mA==
2525

26-
recast@gnprice/recast#3cf24324c:
26+
recast@gnprice/recast#6c121d42e:
2727
version "0.21.0"
28-
resolved "https://codeload.github.com/gnprice/recast/tar.gz/3cf24324cf8baddeeeba83ac72042098a93121d5"
28+
resolved "https://codeload.github.com/gnprice/recast/tar.gz/6c121d42eeb634a43c358167258c344491552cc0"
2929
dependencies:
3030
ast-types "0.15.2"
3131
esprima "~4.0.0"

0 commit comments

Comments
 (0)