Page MenuHomePhabricator

[lib][native][web] Move some types and basic functions out of action-utils.js
ClosedPublic

Authored by ashoat on Jan 9 2024, 6:52 AM.
Tags
None
Referenced Files
F5055723: D10583.diff
Tue, Mar 25, 4:44 PM
Unknown Object (File)
Sun, Mar 23, 6:42 AM
Unknown Object (File)
Sun, Mar 23, 6:42 AM
Unknown Object (File)
Sun, Mar 23, 6:42 AM
Unknown Object (File)
Sat, Mar 22, 3:40 PM
Unknown Object (File)
Wed, Mar 19, 8:38 AM
Unknown Object (File)
Wed, Mar 12, 3:04 PM
Unknown Object (File)
Wed, Mar 5, 5:24 PM
Subscribers
None

Details

Summary

In the following diff, I'll be splitting out the recovery functions out of action-utils.js, in preparation for a later diff where I will turn them into a React Context.

To avoid require cycles, I'm first taking the shared parts that both the new recovery file and the remaining parts of action-utils.js need access to into a separate file.

Depends on D10579

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable