You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2019. It is now read-only.
[Download from VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=mohsen1.react-javascript-to-typescript-transform-vscode#overview)
91
-
92
98
## Development
93
99
94
100
### Tests
@@ -114,3 +120,9 @@ Pass `-t` with transform name and case name space separated to `npm test`
114
120
```
115
121
npm test -- -t "react-js-make-props-and-state-transform propless-stateless"
116
122
```
123
+
124
+
### Original Project
125
+
126
+
NOTE: The original version of this project had a package installable from npm (`npm install -g react-js-to-ts`). This could then be used like `react-js-to-ts my-react-js-file.js`. Additionally it had a nifty [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=mohsen1.react-javascript-to-typescript-transform-vscode#overview).
127
+
128
+
Since the original maintainers archived the original fork, we had to fork it to make updates. If we end up making a bunch of valuable updates, maybe we should publish our version somewhere.
0 commit comments