Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
chore: remove last references to Flow types in web3.js (#29061)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Dec 3, 2022
1 parent a2aa10c commit fcde8c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions web3.js/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ doc
# `solana-test-validator` ledger location
test-ledger/

# Flow
module.flow.js

# TypeScript
declarations
13 changes: 0 additions & 13 deletions web3.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,6 @@ This library requires a JavaScript runtime that supports [`BigInt`](https://deve
- React Native:
- \>=0.7.0 using the [Hermes](https://reactnative.dev/blog/2022/07/08/hermes-as-the-default) engine ([integration guide](https://solanacookbook.com/integrations/react-native.html#how-to-use-solana-web3-js-in-a-react-native-app)):

## Flow Support (Discontinued)

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:

```ini
[libs]
node_modules/@solana/web3.js/module.flow.js
```

## Releases

Releases are available on [Github](https://github.com/solana-labs/solana-web3.js/releases)
Expand Down

0 comments on commit fcde8c8

Please sign in to comment.