atom.io 0.19.1 → 0.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/data/dist/index.cjs +99 -79
  2. package/data/dist/index.js +2 -2
  3. package/data/src/join.ts +67 -50
  4. package/dist/{chunk-YDOGCZ53.js → chunk-ATKDGVTV.js} +29 -29
  5. package/dist/{chunk-7VCCW45K.js → chunk-CC7IF7QF.js} +4 -3
  6. package/dist/{chunk-WX2NCOZR.js → chunk-FTONNX2R.js} +8 -8
  7. package/dist/{chunk-7ZR244C2.js → chunk-MSCJWACE.js} +92 -72
  8. package/dist/index.cjs +14 -7
  9. package/dist/index.d.ts +23 -35
  10. package/dist/index.js +14 -7
  11. package/internal/dist/index.cjs +55 -43
  12. package/internal/dist/index.d.ts +20 -20
  13. package/internal/dist/index.js +48 -36
  14. package/internal/src/atom/create-regular-atom.ts +7 -5
  15. package/internal/src/atom/delete-atom.ts +2 -2
  16. package/internal/src/families/create-readonly-selector-family.ts +2 -2
  17. package/internal/src/families/create-regular-atom-family.ts +1 -1
  18. package/internal/src/families/create-writable-selector-family.ts +1 -1
  19. package/internal/src/future.ts +4 -2
  20. package/internal/src/lineage.ts +1 -0
  21. package/internal/src/mutable/create-mutable-atom-family.ts +1 -1
  22. package/internal/src/mutable/create-mutable-atom.ts +7 -5
  23. package/internal/src/mutable/tracker.ts +3 -3
  24. package/internal/src/mutable/transceiver.ts +2 -2
  25. package/internal/src/selector/delete-selector.ts +1 -1
  26. package/internal/src/set-state/copy-mutable-if-needed.ts +1 -1
  27. package/internal/src/store/deposit.ts +5 -5
  28. package/internal/src/store/store.ts +5 -5
  29. package/internal/src/store/withdraw.ts +4 -5
  30. package/internal/src/subject.ts +3 -1
  31. package/internal/src/subscribe/subscribe-to-transaction.ts +4 -4
  32. package/internal/src/timeline/add-atom-to-timeline.ts +13 -8
  33. package/internal/src/timeline/create-timeline.ts +3 -4
  34. package/internal/src/transaction/act-upon-store.ts +5 -5
  35. package/internal/src/transaction/apply-transaction.ts +4 -4
  36. package/internal/src/transaction/build-transaction.ts +9 -6
  37. package/internal/src/transaction/create-transaction.ts +10 -10
  38. package/internal/src/transaction/index.ts +3 -3
  39. package/internal/src/transaction/is-root-store.ts +2 -2
  40. package/introspection/dist/index.d.ts +3 -3
  41. package/introspection/src/attach-introspection-states.ts +3 -3
  42. package/introspection/src/attach-transaction-index.ts +4 -4
  43. package/introspection/src/attach-transaction-logs.ts +8 -4
  44. package/json/dist/index.cjs +6 -2
  45. package/json/dist/index.js +6 -2
  46. package/json/src/select-json-family.ts +3 -2
  47. package/json/src/select-json.ts +3 -1
  48. package/package.json +243 -241
  49. package/react/dist/index.cjs +9 -3
  50. package/react/dist/index.js +9 -3
  51. package/react/src/use-i.ts +3 -1
  52. package/react/src/use-tl.ts +6 -2
  53. package/react-devtools/dist/index.cjs +116 -53
  54. package/react-devtools/dist/index.d.ts +3 -5
  55. package/react-devtools/dist/index.js +113 -51
  56. package/react-devtools/src/AtomIODevtools.tsx +3 -1
  57. package/react-devtools/src/Button.tsx +3 -1
  58. package/react-devtools/src/StateIndex.tsx +6 -2
  59. package/react-devtools/src/TimelineIndex.tsx +6 -2
  60. package/react-devtools/src/TransactionIndex.tsx +3 -3
  61. package/react-devtools/src/Updates.tsx +14 -6
  62. package/realtime/dist/index.cjs +1 -0
  63. package/realtime/dist/index.d.ts +2 -2
  64. package/realtime/dist/index.js +1 -0
  65. package/realtime/src/realtime-continuity.ts +4 -3
  66. package/realtime-client/dist/index.cjs +29 -29
  67. package/realtime-client/dist/index.d.ts +2 -2
  68. package/realtime-client/dist/index.js +1 -1
  69. package/realtime-client/src/server-action.ts +2 -2
  70. package/realtime-client/src/sync-continuity.ts +23 -23
  71. package/realtime-react/dist/index.cjs +29 -29
  72. package/realtime-react/dist/index.d.ts +2 -2
  73. package/realtime-react/dist/index.js +1 -1
  74. package/realtime-react/src/use-server-action.ts +3 -3
  75. package/realtime-server/dist/index.cjs +54 -44
  76. package/realtime-server/dist/index.d.ts +5 -5
  77. package/realtime-server/dist/index.js +34 -24
  78. package/realtime-server/src/ipc-sockets/child-socket.ts +6 -6
  79. package/realtime-server/src/ipc-sockets/custom-socket.ts +4 -8
  80. package/realtime-server/src/ipc-sockets/parent-socket.ts +13 -7
  81. package/realtime-server/src/realtime-action-receiver.ts +7 -5
  82. package/realtime-server/src/realtime-continuity-synchronizer.ts +3 -3
  83. package/realtime-server/src/realtime-state-receiver.ts +3 -1
  84. package/realtime-testing/dist/index.cjs +15 -13
  85. package/realtime-testing/dist/index.js +9 -7
  86. package/realtime-testing/src/setup-realtime-test.tsx +6 -4
  87. package/src/atom.ts +4 -8
  88. package/src/dispose.ts +1 -0
  89. package/src/index.ts +2 -9
  90. package/src/selector.ts +4 -8
  91. package/src/silo.ts +9 -3
  92. package/src/subscribe.ts +6 -6
  93. package/src/timeline.ts +4 -4
  94. package/src/transaction.ts +24 -24
  95. package/transceivers/set-rtx/dist/index.cjs +11 -12
  96. package/transceivers/set-rtx/dist/index.js +11 -12
  97. package/transceivers/set-rtx/src/set-rtx.ts +10 -10
@@ -152,14 +152,15 @@ var doesExtend = (isValue) => hasProperties(isValue, ALLOW_EXTENSION);
152
152
  // ../anvl/src/object/sprawl.ts
153
153
  var sprawl = (tree, inspector) => {
154
154
  const walk = (path, node) => {
155
- const inspect = (path2, node2) => {
156
- const result2 = inspector(path2, node2);
155
+ var _a2;
156
+ const inspect = (p, n) => {
157
+ const result2 = inspector(p, n);
157
158
  if (result2)
158
159
  return result2;
159
160
  return null;
160
161
  };
161
162
  const result = inspect(path, node);
162
- if ((result == null ? void 0 : result.jobComplete) || (result == null ? void 0 : result.pathComplete)) {
163
+ if ((_a2 = result == null ? void 0 : result.jobComplete) != null ? _a2 : result == null ? void 0 : result.pathComplete) {
163
164
  return result;
164
165
  }
165
166
  const childEntries = Array.isArray(node) ? node.map((v, i) => [i, v]) : isPlainObject(node) ? Object.entries(node) : [];
@@ -199,7 +200,7 @@ var Refinery = class {
199
200
  if (input instanceof refiner) {
200
201
  return { type: key, data: input };
201
202
  }
202
- } catch (e2) {
203
+ } catch (_) {
203
204
  }
204
205
  }
205
206
  }
@@ -273,8 +274,8 @@ var isJson = (input) => {
273
274
  if (input === void 0)
274
275
  return false;
275
276
  const prototype = (_a2 = Object.getPrototypeOf(input)) == null ? void 0 : _a2.constructor.name;
276
- const isJson2 = JSON_PROTOTYPES.includes(prototype);
277
- return isJson2;
277
+ const refine = JSON_PROTOTYPES.includes(prototype);
278
+ return refine;
278
279
  };
279
280
 
280
281
  // ../anvl/src/refinement/can-exist.ts
@@ -474,7 +475,9 @@ var OpenClose = ({ isOpen, setIsOpen, disabled, testid }) => {
474
475
  type: "button",
475
476
  "data-testid": testid,
476
477
  className: `carat ${isOpen ? `open` : `closed`}`,
477
- onClick: () => setIsOpen((isOpen2) => !isOpen2),
478
+ onClick: () => {
479
+ setIsOpen((prev) => !prev);
480
+ },
478
481
  disabled,
479
482
  children: "\u25B6"
480
483
  }
@@ -484,7 +487,7 @@ var button = {
484
487
  OpenClose
485
488
  };
486
489
  var ElasticInput = react.forwardRef(function ElasticInputFC(props, ref) {
487
- var _a2, _b, _c, _d;
490
+ var _a2, _b, _c, _d, _e, _f;
488
491
  const inputRef = react.useRef(null);
489
492
  const spanRef = react.useRef(null);
490
493
  const [inputWidth, setInputWidth] = react.useState(`auto`);
@@ -506,7 +509,9 @@ var ElasticInput = react.forwardRef(function ElasticInputFC(props, ref) {
506
509
  setInputWidth(`${spanRef.current.offsetWidth + extraWidth}px`);
507
510
  }
508
511
  }, 1e3);
509
- return () => clearInterval(interval);
512
+ return () => {
513
+ clearInterval(interval);
514
+ };
510
515
  }
511
516
  }, [(_a2 = inputRef.current) == null ? void 0 : _a2.value, props.value]);
512
517
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { style: { display: `inline-block`, position: `relative` }, children: [
@@ -534,8 +539,8 @@ var ElasticInput = react.forwardRef(function ElasticInputFC(props, ref) {
534
539
  visibility: `hidden`,
535
540
  // color: `red`,
536
541
  whiteSpace: `pre`,
537
- fontFamily: ((_c = props.style) == null ? void 0 : _c.fontFamily) || `inherit`,
538
- fontSize: ((_d = props.style) == null ? void 0 : _d.fontSize) || `inherit`
542
+ fontFamily: (_d = (_c = props.style) == null ? void 0 : _c.fontFamily) != null ? _d : `inherit`,
543
+ fontSize: (_f = (_e = props.style) == null ? void 0 : _e.fontSize) != null ? _f : `inherit`
539
544
  },
540
545
  children: props.value
541
546
  }
@@ -745,7 +750,9 @@ var JsonEditor_INTERNAL = ({
745
750
  ElasticInput,
746
751
  {
747
752
  value: name,
748
- onChange: disabled ? doNothing : (e) => rename(e.target.value),
753
+ onChange: disabled ? doNothing : (e) => {
754
+ rename(e.target.value);
755
+ },
749
756
  disabled
750
757
  }
751
758
  ) }),
@@ -766,7 +773,9 @@ var JsonEditor_INTERNAL = ({
766
773
  recast && dataIsJson ? /* @__PURE__ */ jsxRuntime.jsx(
767
774
  "select",
768
775
  {
769
- onChange: disabled ? doNothing : (e) => recast(e.target.value),
776
+ onChange: disabled ? doNothing : (e) => {
777
+ recast(e.target.value);
778
+ },
770
779
  value: refined.type,
771
780
  disabled,
772
781
  children: Object.keys(SubEditors).map((type) => /* @__PURE__ */ jsxRuntime.jsx("option", { value: type, children: type }, type))
@@ -776,13 +785,13 @@ var JsonEditor_INTERNAL = ({
776
785
  };
777
786
 
778
787
  // ../hamr/react-json-editor/src/editors-by-type/utilities/array-elements.ts
779
- var makeElementSetters = (data, set) => data.map(
780
- (value, index) => (newValue) => set(() => {
788
+ var makeElementSetters = (data, set) => data.map((value, index) => (newValue) => {
789
+ set(() => {
781
790
  const newData = [...data];
782
791
  newData[index] = become(newValue)(value);
783
792
  return newData;
784
- })
785
- );
793
+ });
794
+ });
786
795
  var ArrayEditor = ({
787
796
  path = [],
788
797
  isReadonly = () => false,
@@ -1079,7 +1088,9 @@ var expandPathForSchema = (path) => {
1079
1088
  );
1080
1089
  default:
1081
1090
  throw new TypeError(
1082
- `The key ${key} is not a valid JSON key; expected string or number, got ${typeof key}`
1091
+ `The key ${JSON.stringify(
1092
+ key
1093
+ )} is not a valid JSON key; expected string or number, got ${typeof key}`
1083
1094
  );
1084
1095
  }
1085
1096
  });
@@ -1102,10 +1113,11 @@ var findSubSchema = (schema) => {
1102
1113
  if (typeof schema === `boolean`) {
1103
1114
  return new TypeError(`The schema is not a JsonSchema`);
1104
1115
  }
1105
- const { node, refMap } = pathIntoSchema.reduce(
1116
+ const reduction = pathIntoSchema.reduce(
1106
1117
  ({ node: node2, refMap: refMap2 = void 0 }, key) => (console.log({ node: node2, key }), isJsonSchemaRef(node2) ? retrieveRef({ refNode: node2, root: schema, refMap: refMap2 }) : { node: node2[key], refMap: refMap2 }),
1107
1118
  { node: schema, refMap: void 0 }
1108
1119
  );
1120
+ const { node, refMap } = reduction;
1109
1121
  if (node instanceof Error)
1110
1122
  throw node;
1111
1123
  let subSchema = node;
@@ -1260,35 +1272,44 @@ var castToJson = (input) => {
1260
1272
  // ../hamr/react-json-editor/src/editors-by-type/utilities/object-properties.ts
1261
1273
  var makePropertySetters = (data, set) => mapObject(
1262
1274
  data,
1263
- (value, key) => (newValue) => set(__spreadProps(__spreadValues({}, data), { [key]: become(newValue)(value[key]) }))
1275
+ (value, key) => (newValue) => {
1276
+ set(__spreadProps(__spreadValues({}, data), { [key]: become(newValue)(value[key]) }));
1277
+ }
1264
1278
  );
1265
1279
  var makePropertyRenamers = (data, set, stableKeyMapRef) => mapObject(
1266
1280
  data,
1267
- (value, key) => (newKey) => Object.hasOwn(data, newKey) ? null : set(() => {
1268
- const entries = Object.entries(data);
1269
- const index = entries.findIndex(([k]) => k === key);
1270
- entries[index] = [newKey, value];
1271
- const stableKeyMap = stableKeyMapRef.current;
1272
- stableKeyMapRef.current = __spreadProps(__spreadValues({}, stableKeyMap), {
1273
- [newKey]: stableKeyMap[key]
1274
- });
1275
- return Object.fromEntries(entries);
1276
- })
1281
+ (value, key) => (newKey) => {
1282
+ if (!Object.hasOwn(data, newKey)) {
1283
+ set(() => {
1284
+ const entries = Object.entries(data);
1285
+ const index = entries.findIndex(([k]) => k === key);
1286
+ entries[index] = [newKey, value];
1287
+ const stableKeyMap = stableKeyMapRef.current;
1288
+ stableKeyMapRef.current = __spreadProps(__spreadValues({}, stableKeyMap), {
1289
+ [newKey]: stableKeyMap[key]
1290
+ });
1291
+ return Object.fromEntries(entries);
1292
+ });
1293
+ }
1294
+ }
1277
1295
  );
1278
- var makePropertyRemovers = (data, set) => mapObject(
1279
- data,
1280
- (_, key) => () => set(() => {
1296
+ var makePropertyRemovers = (data, set) => mapObject(data, (_, key) => () => {
1297
+ set(() => {
1281
1298
  const _a2 = data, rest = __objRest(_a2, [__restKey(key)]);
1282
1299
  return rest;
1283
- })
1284
- );
1300
+ });
1301
+ });
1285
1302
  var makePropertyRecasters = (data, set) => mapObject(
1286
1303
  data,
1287
- (value, key) => (newType) => set(() => __spreadProps(__spreadValues({}, data), {
1288
- [key]: castToJson(value).to[newType]()
1289
- }))
1304
+ (value, key) => (newType) => {
1305
+ set(() => __spreadProps(__spreadValues({}, data), {
1306
+ [key]: castToJson(value).to[newType]()
1307
+ }));
1308
+ }
1290
1309
  );
1291
- var makePropertyCreationInterface = (data, set) => (key, type) => (value) => set(__spreadProps(__spreadValues({}, data), { [key]: value != null ? value : JSON_DEFAULTS[type] }));
1310
+ var makePropertyCreationInterface = (data, set) => (key, type) => (value) => {
1311
+ set(__spreadProps(__spreadValues({}, data), { [key]: value != null ? value : JSON_DEFAULTS[type] }));
1312
+ };
1292
1313
  var makePropertySorter = (data, set, sortFn) => () => {
1293
1314
  const sortedKeys = Object.keys(data).sort(sortFn);
1294
1315
  const sortedObj = {};
@@ -1306,7 +1327,16 @@ var PropertyAdder = ({
1306
1327
  /* @__PURE__ */ jsxRuntime.jsx(ElasticInput, { disabled: true, defaultValue: propertyKey }),
1307
1328
  ` `,
1308
1329
  /* @__PURE__ */ jsxRuntime.jsx(ElasticInput, { disabled: true, defaultValue: "is missing" }),
1309
- /* @__PURE__ */ jsxRuntime.jsx(Components.Button, { onClick: () => addProperty(), disabled, children: "+" })
1330
+ /* @__PURE__ */ jsxRuntime.jsx(
1331
+ Components.Button,
1332
+ {
1333
+ onClick: () => {
1334
+ addProperty();
1335
+ },
1336
+ disabled,
1337
+ children: "+"
1338
+ }
1339
+ )
1310
1340
  ] });
1311
1341
  var ObjectEditor = ({
1312
1342
  schema,
@@ -1346,7 +1376,16 @@ var ObjectEditor = ({
1346
1376
  );
1347
1377
  const missingKeys = schemaKeys === true ? [] : schemaKeys.filter((key) => !dataKeys.includes(key));
1348
1378
  return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
1349
- /* @__PURE__ */ jsxRuntime.jsx(Components.Button, { onClick: () => sortProperties(), disabled, children: "Sort" }),
1379
+ /* @__PURE__ */ jsxRuntime.jsx(
1380
+ Components.Button,
1381
+ {
1382
+ onClick: () => {
1383
+ sortProperties();
1384
+ },
1385
+ disabled,
1386
+ children: "Sort"
1387
+ }
1388
+ ),
1350
1389
  /* @__PURE__ */ jsxRuntime.jsxs(Components.ObjectWrapper, { children: [
1351
1390
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "json_editor_properties", children: [...missingKeys, ...officialKeys, ...unofficialKeys].map((key) => {
1352
1391
  const originalKey = stableKeyMap.current[key];
@@ -1385,7 +1424,9 @@ var ObjectEditor = ({
1385
1424
  /* @__PURE__ */ jsxRuntime.jsx(
1386
1425
  Components.Button,
1387
1426
  {
1388
- onClick: disabled ? doNothing : () => makePropertyAdder(`new_property`, `string`)(),
1427
+ onClick: disabled ? doNothing : () => {
1428
+ makePropertyAdder(`new_property`, `string`)();
1429
+ },
1389
1430
  disabled,
1390
1431
  children: "+"
1391
1432
  }
@@ -1402,7 +1443,9 @@ var BooleanEditor = ({
1402
1443
  {
1403
1444
  type: "checkbox",
1404
1445
  checked: data,
1405
- onChange: (event) => set(event.target.checked)
1446
+ onChange: (event) => {
1447
+ set(event.target.checked);
1448
+ }
1406
1449
  }
1407
1450
  ) });
1408
1451
  var NullEditor = ({
@@ -1418,7 +1461,9 @@ var NumberEditor = ({
1418
1461
  NumberInput,
1419
1462
  {
1420
1463
  value: data,
1421
- set: isReadonly(path) ? void 0 : (newValue) => set(Number(newValue)),
1464
+ set: isReadonly(path) ? void 0 : (newValue) => {
1465
+ set(Number(newValue));
1466
+ },
1422
1467
  autoSize: true
1423
1468
  }
1424
1469
  ) });
@@ -1664,8 +1709,12 @@ var StateIndexLeafNode = ({ node, isOpenState, typeState }) => {
1664
1709
  /* @__PURE__ */ jsxRuntime.jsxs(
1665
1710
  "label",
1666
1711
  {
1667
- onClick: () => console.log(node, atom_io.getState(node)),
1668
- onKeyUp: () => console.log(node, atom_io.getState(node)),
1712
+ onClick: () => {
1713
+ console.log(node, atom_io.getState(node));
1714
+ },
1715
+ onKeyUp: () => {
1716
+ console.log(node, atom_io.getState(node));
1717
+ },
1669
1718
  children: [
1670
1719
  /* @__PURE__ */ jsxRuntime.jsx("h2", { children: (_b = (_a2 = node.family) == null ? void 0 : _a2.subKey) != null ? _b : node.key }),
1671
1720
  /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "type detail", children: [
@@ -1743,8 +1792,12 @@ var AtomUpdateFC = ({ atomUpdate }) => {
1743
1792
  "article",
1744
1793
  {
1745
1794
  className: "node atom_update",
1746
- onClick: () => console.log(atomUpdate),
1747
- onKeyUp: () => console.log(atomUpdate),
1795
+ onClick: () => {
1796
+ console.log(atomUpdate);
1797
+ },
1798
+ onKeyUp: () => {
1799
+ console.log(atomUpdate);
1800
+ },
1748
1801
  children: [
1749
1802
  /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "detail", children: [
1750
1803
  atomUpdate.key,
@@ -1772,8 +1825,12 @@ var TransactionUpdateFC = ({ serialNumber, transactionUpdate }) => {
1772
1825
  "article",
1773
1826
  {
1774
1827
  className: "node transaction_param",
1775
- onClick: () => console.log(transactionUpdate),
1776
- onKeyUp: () => console.log(transactionUpdate),
1828
+ onClick: () => {
1829
+ console.log(transactionUpdate);
1830
+ },
1831
+ onKeyUp: () => {
1832
+ console.log(transactionUpdate);
1833
+ },
1777
1834
  children: [
1778
1835
  /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "detail", children: [
1779
1836
  discoverType(param),
@@ -1907,7 +1964,9 @@ var TimelineLog = ({ token, isOpenState, timelineState }) => {
1907
1964
  "button",
1908
1965
  {
1909
1966
  type: "button",
1910
- onClick: () => atom_io.undo(token),
1967
+ onClick: () => {
1968
+ atom_io.undo(token);
1969
+ },
1911
1970
  disabled: timeline.at === 0,
1912
1971
  children: "undo"
1913
1972
  }
@@ -1916,7 +1975,9 @@ var TimelineLog = ({ token, isOpenState, timelineState }) => {
1916
1975
  "button",
1917
1976
  {
1918
1977
  type: "button",
1919
- onClick: () => atom_io.redo(token),
1978
+ onClick: () => {
1979
+ atom_io.redo(token);
1980
+ },
1920
1981
  disabled: timeline.at === timeline.history.length,
1921
1982
  children: "redo"
1922
1983
  }
@@ -2052,7 +2113,9 @@ var AtomIODevtools = () => {
2052
2113
  type: "button",
2053
2114
  "data-testid": `view-${viewOption}`,
2054
2115
  className: viewOption === devtoolsView ? `active` : ``,
2055
- onClick: () => setDevtoolsView(viewOption),
2116
+ onClick: () => {
2117
+ setDevtoolsView(viewOption);
2118
+ },
2056
2119
  disabled: viewOption === devtoolsView,
2057
2120
  children: viewOption
2058
2121
  },
@@ -18,9 +18,7 @@ declare class Refinery<SupportedTypes extends RefinementSupport> {
18
18
  }[keyof SupportedTypes] | null;
19
19
  }
20
20
 
21
- interface Refinement<A, B extends A> {
22
- (a: A): a is B;
23
- }
21
+ type Refinement<A, B extends A> = (a: A) => a is B;
24
22
 
25
23
  type PlainObject = Record<keyof any, unknown>;
26
24
 
@@ -63,8 +61,8 @@ declare const AtomIODevtools: () => JSX.Element;
63
61
 
64
62
  declare const atomIndex: atom_io.ReadonlySelectorToken<AtomTokenIndex>;
65
63
  declare const selectorIndex: atom_io.ReadonlySelectorToken<SelectorTokenIndex>;
66
- declare const transactionIndex: atom_io.ReadonlySelectorToken<atom_io.TransactionToken<atom_io.ƒn>[]>;
67
- declare const findTransactionLogState: atom_io.ReadonlySelectorFamilyToken<atom_io.TransactionUpdate<atom_io.ƒn>[], string>;
64
+ declare const transactionIndex: atom_io.ReadonlySelectorToken<atom_io.TransactionToken<atom_io.Func>[]>;
65
+ declare const findTransactionLogState: atom_io.ReadonlySelectorFamilyToken<atom_io.TransactionUpdate<atom_io.Func>[], string>;
68
66
  declare const timelineIndex: atom_io.ReadonlySelectorToken<atom_io.TimelineToken<any>[]>;
69
67
  declare const findTimelineState: atom_io.ReadonlySelectorFamilyToken<Internal.Timeline<any>, string>;
70
68
  declare const devtoolsAreOpenState: atom_io.RegularAtomToken<boolean>;