@themartiancompany/fs 0.0.9 → 0.0.11

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 (2) hide show
  1. package/fs +9 -6
  2. package/package.json +1 -1
package/fs CHANGED
@@ -68,8 +68,9 @@ function
68
68
  _fs =
69
69
  require(
70
70
  "fs");
71
- _fs._fs_worker_start =
72
- _fs_worker_start_get();
71
+ _fs.fsWorkerStart =
72
+ _fs_worker_start_get(
73
+ _fs);
73
74
  }
74
75
  else {
75
76
  _fs =
@@ -96,8 +97,9 @@ function
96
97
  _fs =
97
98
  require(
98
99
  "fs");
99
- _fs._fs_worker_start =
100
- _fs_worker_start_get();
100
+ _fs.fsWorkerStart =
101
+ _fs_worker_start_get(
102
+ _fs);
101
103
  }
102
104
  else {
103
105
  const
@@ -120,11 +122,12 @@ const
120
122
  _fs_module_auto_detect();
121
123
 
122
124
  function
123
- _fs_worker_start_get() {
125
+ _fs_worker_start_get(
126
+ _fs_module) {
124
127
  let
125
128
  _fs_worker_start_fun;
126
129
  _fs_worker_start_fun =
127
- _fs._fs_worker_start;
130
+ _fs_module._fs_worker_start;
128
131
  const
129
132
  _fs_worker_start_fun_type =
130
133
  typeof(
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description":
5
5
  "Platform-independent File System ('fs') module.",
6
6
  "version":
7
- "0.0.9",
7
+ "0.0.11",
8
8
  "homepage":
9
9
  "https://github.com/themartiancompany/tmcfs",
10
10
  "license":