-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add type annotations for the reducers and state (#84) Incremental typing. I'm sure not everything is correct, but it'll improve as we type other parts of superglue. For now, i'm keeping close parity with what outputted to /dist, which is why you continue to see defaults on reducers. * Add action types (#85) * Add type annotations to utils/url (#87) Resolves #75 * Add remote and visit type annotations (#86) This adds remote and visit type annotations. `npm run type-check` doesn't pass yet, but the output to dist is still acceptable. Its a step in the right direction. * Update UJS type annotations * Prettier * Add type annotations to index.tsx * Add types to middleware * Add types to utils/request.ts * Add types to Nav.tsx * Add types to superglue index * Update type annotations on action creators * Add typing to update fragment actions * Prettier and update Error * Add typing for url parse * Remove any from data * Add content type * Remove Anys * Add type annotations to immutability * Revert removal of buildstore * Disable eslint * Maintain backward compatibility while preparing for redux toolkit * Fix specs * Remove babel proptypes * Remove any action * Fix depedencies * Remove extraneous pagekey setting * Use abstract classes * Use Record * Ensure override of url params when using form
- Loading branch information
Showing
23 changed files
with
830 additions
and
500 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
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,5 +1,5 @@ | ||
{ | ||
"semi": false, | ||
"singleQuote": true, | ||
"printWidth": 70, | ||
"printWidth": 80 | ||
} |
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
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.