@parcel/rust 2.12.1-canary.3320 → 2.12.1-canary.3322
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +1 -0
- package/index.js.flow +1 -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-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/index.d.ts
CHANGED
@@ -113,6 +113,7 @@ export class ParcelNapi {
|
|
113
113
|
nodeWorkerCount: number
|
114
114
|
constructor(napiOptions: ParcelNapiOptions)
|
115
115
|
build(options: ParcelNapiBuildOptions): object
|
116
|
+
buildAssetGraph(options: ParcelNapiBuildOptions): object
|
116
117
|
}
|
117
118
|
export class Resolver {
|
118
119
|
constructor(projectRoot: string, options: FileSystem)
|
package/index.js.flow
CHANGED
@@ -68,6 +68,7 @@ declare export class ParcelNapi {
|
|
68
68
|
nodeWorkerCount: number;
|
69
69
|
constructor(options: ParcelNapiOptions): ParcelNapi;
|
70
70
|
build(options: ParcelBuildOptions): Promise<void>;
|
71
|
+
buildAssetGraph(options: ParcelBuildOptions): Promise<any>;
|
71
72
|
static defaultThreadCount(): number;
|
72
73
|
testingTempFsReadToString(path: string): string;
|
73
74
|
testingTempFsIsDir(path: string): boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@parcel/rust",
|
3
|
-
"version": "2.12.1-canary.
|
3
|
+
"version": "2.12.1-canary.3322+2aac813a6",
|
4
4
|
"license": "MIT",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -40,5 +40,5 @@
|
|
40
40
|
"wasm:build": "cargo build -p parcel-node-bindings --target wasm32-unknown-unknown && cp ../../../target/wasm32-unknown-unknown/debug/parcel_node_bindings.wasm .",
|
41
41
|
"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"
|
42
42
|
},
|
43
|
-
"gitHead": "
|
43
|
+
"gitHead": "2aac813a6d19fd5f508dffcd1e63bd2c19c8f5f8"
|
44
44
|
}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|