forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove flow type generation (solana-labs#24380)
- Loading branch information
Showing
7 changed files
with
7,790 additions
and
6,418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
/deploy | ||
/doc | ||
/lib | ||
/module.flow.js | ||
/.eslintrc.js | ||
/test/.eslintrc.js | ||
/test/dist | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
test/dist | ||
module.flow.js | ||
declarations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,10 +94,11 @@ Example scripts for the Solana Program Library: | |
|
||
- [Token Program Examples](https://github.com/solana-labs/solana-program-library/tree/master/token/js/examples) | ||
|
||
## Flow | ||
## Flow Support (Discontinued) | ||
|
||
A [Flow library definition](https://flow.org/en/docs/libdefs/) is provided at | ||
https://unpkg.com/@solana/web3.js@latest/module.flow.js. | ||
Flow types are no longer supported in new releases. The last release with Flow support is v1.37.2 and its | ||
[Flow library definition](https://flow.org/en/docs/libdefs/) is provided at | ||
https://unpkg.com/@solana/[email protected]/module.flow.js. | ||
Download the file and add the following line under the [libs] section of your project's `.flowconfig` to | ||
activate it: | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.