-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gatsby): Migrate reducers/nodes-by-type to TypeScript (#24419)
* Change nodes-by-type file extension from JS to TS * Update reducer index import * Update IDeleteNodeAction * Update packages/gatsby/src/redux/reducers/nodes-by-type.ts * properly handle undefined map.get usage Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com> Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
- Loading branch information
1 parent
0050837
commit 1c5580a
Showing
3 changed files
with
22 additions
and
8 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
22 changes: 19 additions & 3 deletions
22
...atsby/src/redux/reducers/nodes-by-type.js → ...atsby/src/redux/reducers/nodes-by-type.ts
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