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
Unknown Object (File)
Sun, Jun 30, 8:36 AM
Unknown Object (File)
Sat, Jun 29, 10:27 AM
Unknown Object (File)
Fri, Jun 28, 9:41 AM
Unknown Object (File)
Mon, Jun 24, 4:46 PM
Unknown Object (File)
Fri, Jun 21, 1:16 AM
Unknown Object (File)
Fri, Jun 21, 1:16 AM
Unknown Object (File)
Wed, Jun 19, 4:34 PM
Unknown Object (File)
Wed, Jun 12, 2:27 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