relaxnative 0.1.5 → 0.1.7
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.
- package/dist/chunk-4SUP7HPS.js +818 -0
- package/dist/chunk-7DCYYU42.js +898 -0
- package/dist/chunk-BAKGWHBY.js +898 -0
- package/dist/chunk-BUS5X56T.js +898 -0
- package/dist/chunk-BYVFIRSZ.js +818 -0
- package/dist/chunk-DLPCZKK2.js +506 -0
- package/dist/chunk-DQABBOH7.js +898 -0
- package/dist/chunk-GAHPTYUE.js +509 -0
- package/dist/chunk-GKW6DOAN.js +832 -0
- package/dist/chunk-H2DDHN2D.js +898 -0
- package/dist/chunk-HWCDBP76.js +506 -0
- package/dist/chunk-IBF4HNGI.js +818 -0
- package/dist/chunk-IGNSKSPV.js +509 -0
- package/dist/chunk-JVROH6IA.js +832 -0
- package/dist/chunk-L6YEDT5D.js +832 -0
- package/dist/chunk-NOZYUZGQ.js +832 -0
- package/dist/chunk-OAQNKR5G.js +509 -0
- package/dist/chunk-PWGX6ZOM.js +818 -0
- package/dist/chunk-PZVREJJS.js +492 -0
- package/dist/chunk-QZDIWSDD.js +898 -0
- package/dist/chunk-TLZQADFD.js +898 -0
- package/dist/chunk-VWV37Q74.js +832 -0
- package/dist/chunk-WCOPTYON.js +560 -0
- package/dist/chunk-WKQT3FJ7.js +898 -0
- package/dist/chunk-XY35XW5T.js +498 -0
- package/dist/chunk-YCY7YYY5.js +509 -0
- package/dist/chunk-ZVAHPSM6.js +898 -0
- package/dist/cli.js +3 -3
- package/dist/index.js +6 -6
- package/dist/memory/memory.selftest.js +2 -2
- package/dist/worker/processEntry.js +1 -1
- package/dist/worker/workerEntry.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -10,13 +10,13 @@ import {
|
|
|
10
10
|
removePackage,
|
|
11
11
|
runNativeTests,
|
|
12
12
|
updateIndex
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-BAKGWHBY.js";
|
|
14
14
|
import {
|
|
15
15
|
detectCompilers,
|
|
16
16
|
getCacheRoot
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-PWGX6ZOM.js";
|
|
18
18
|
import "./chunk-HBO7F7P4.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-GAHPTYUE.js";
|
|
20
20
|
import "./chunk-MLKGABMK.js";
|
|
21
21
|
|
|
22
22
|
// src/cli.ts
|
package/dist/index.js
CHANGED
|
@@ -24,20 +24,18 @@ import {
|
|
|
24
24
|
runNativeTests,
|
|
25
25
|
trustPolicy,
|
|
26
26
|
updateIndex
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-BAKGWHBY.js";
|
|
28
28
|
import {
|
|
29
29
|
alloc,
|
|
30
|
-
allocRaw,
|
|
31
30
|
compileNative,
|
|
32
31
|
compileWithCache,
|
|
33
32
|
detectCompilers,
|
|
34
33
|
free,
|
|
35
|
-
freeRaw,
|
|
36
34
|
loadNative,
|
|
37
35
|
loadNativeDevHot,
|
|
38
36
|
loadNativeWithBindings,
|
|
39
37
|
memory_exports
|
|
40
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-PWGX6ZOM.js";
|
|
41
39
|
import "./chunk-HBO7F7P4.js";
|
|
42
40
|
import {
|
|
43
41
|
InvalidFreeError,
|
|
@@ -45,8 +43,10 @@ import {
|
|
|
45
43
|
NativeBuffer,
|
|
46
44
|
NativePointer,
|
|
47
45
|
NullPointerError,
|
|
48
|
-
UseAfterFreeError
|
|
49
|
-
|
|
46
|
+
UseAfterFreeError,
|
|
47
|
+
allocRaw,
|
|
48
|
+
freeRaw
|
|
49
|
+
} from "./chunk-GAHPTYUE.js";
|
|
50
50
|
import "./chunk-MLKGABMK.js";
|
|
51
51
|
|
|
52
52
|
// src/registry/loadRegistry.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
alloc,
|
|
3
3
|
loadNative
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-PWGX6ZOM.js";
|
|
5
5
|
import "../chunk-HBO7F7P4.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-GAHPTYUE.js";
|
|
7
7
|
import "../chunk-MLKGABMK.js";
|
|
8
8
|
|
|
9
9
|
// src/memory/memory.selftest.ts
|