@parcel/rust 2.11.1-nightly.3107 → 2.11.1-nightly.3109

Sign up to get free protection for your applications and to get access to all the features.
package/index.d.ts CHANGED
@@ -25,6 +25,7 @@ export interface FileSystem {
25
25
  entries?: number
26
26
  extensions?: Array<string>
27
27
  packageExports: boolean
28
+ typescript?: boolean
28
29
  }
29
30
  export interface ResolveOptions {
30
31
  filename: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/rust",
3
- "version": "2.11.1-nightly.3107+9d6da2ccf",
3
+ "version": "2.11.1-nightly.3109+6bebe54d4",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -39,5 +39,5 @@
39
39
  "wasm:build": "cargo build -p parcel-node-bindings --target wasm32-unknown-unknown && cp ../../../target/wasm32-unknown-unknown/debug/parcel_node_bindings.wasm .",
40
40
  "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"
41
41
  },
42
- "gitHead": "9d6da2ccfcc9d8cfb54edab444c483248b94e57a"
42
+ "gitHead": "6bebe54d4bdff6191a5d4084ce7b77972b4297df"
43
43
  }