@parcel/rust 2.12.1-dev.3268 → 2.12.1-dev.3275
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +28 -25
- package/index.js +30 -12
- package/index.js.flow +64 -55
- package/package.json +7 -9
- package/parcel-node-bindings.darwin-arm64.node +0 -0
- package/parcel-node-bindings.darwin-x64.node +0 -0
- package/parcel-node-bindings.linux-arm-gnueabihf.node +0 -0
- package/parcel-node-bindings.linux-arm64-gnu.node +0 -0
- package/parcel-node-bindings.linux-arm64-musl.node +0 -0
- package/parcel-node-bindings.linux-x64-gnu.node +0 -0
- package/parcel-node-bindings.linux-x64-musl.node +0 -0
- package/parcel-node-bindings.win32-x64-msvc.node +0 -0
- package/lib/db.js +0 -1300
- package/lib/index.js +0 -27
package/lib/index.js
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
var _index = require("../index");
|
7
|
-
Object.keys(_index).forEach(function (key) {
|
8
|
-
if (key === "default" || key === "__esModule") return;
|
9
|
-
if (key in exports && exports[key] === _index[key]) return;
|
10
|
-
Object.defineProperty(exports, key, {
|
11
|
-
enumerable: true,
|
12
|
-
get: function () {
|
13
|
-
return _index[key];
|
14
|
-
}
|
15
|
-
});
|
16
|
-
});
|
17
|
-
var _db = require("./db");
|
18
|
-
Object.keys(_db).forEach(function (key) {
|
19
|
-
if (key === "default" || key === "__esModule") return;
|
20
|
-
if (key in exports && exports[key] === _db[key]) return;
|
21
|
-
Object.defineProperty(exports, key, {
|
22
|
-
enumerable: true,
|
23
|
-
get: function () {
|
24
|
-
return _db[key];
|
25
|
-
}
|
26
|
-
});
|
27
|
-
});
|