@parcel/rust 2.12.1-dev.3238 → 2.12.1-dev.3262
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js.flow +5 -0
- package/package.json +2 -2
- package/parcel-node-bindings.darwin-arm64.node +0 -0
- package/parcel-node-bindings.darwin-x64.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/index.js.flow
CHANGED
@@ -2,6 +2,11 @@
|
|
2
2
|
import type {FileCreateInvalidation} from '@parcel/types';
|
3
3
|
import type {EnvironmentAddr, TargetAddr} from './src/db';
|
4
4
|
|
5
|
+
export type {
|
6
|
+
EnvironmentAddr,
|
7
|
+
TargetAddr,
|
8
|
+
};
|
9
|
+
|
5
10
|
declare export var init: void | (() => void);
|
6
11
|
|
7
12
|
declare export function findAncestorFile(filenames: Array<string>, from: string, root: string): string | null
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@parcel/rust",
|
3
|
-
"version": "2.12.1-dev.
|
3
|
+
"version": "2.12.1-dev.3262+8b1749694",
|
4
4
|
"license": "MIT",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -41,5 +41,5 @@
|
|
41
41
|
"wasm:build": "cargo build -p parcel-node-bindings --target wasm32-unknown-unknown && cp ../../../target/wasm32-unknown-unknown/debug/parcel_node_bindings.wasm .",
|
42
42
|
"wasm:build-release": "CARGO_PROFILE_RELEASE_LTO=true cargo build -p parcel-node-bindings --target wasm32-unknown-unknown --release && wasm-opt --strip-debug -O ../../../target/wasm32-unknown-unknown/release/parcel_node_bindings.wasm -o parcel_node_bindings.wasm"
|
43
43
|
},
|
44
|
-
"gitHead": "
|
44
|
+
"gitHead": "8b1749694c0ef79cefdacad40bb90c869a93993a"
|
45
45
|
}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|