Skip to content

Commit

Permalink
updated wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Oct 15, 2024
1 parent d1a3e17 commit f73cd0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/_wasm/json_jsonpath.generated.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface JSONPathResult<JsonValue = any> {

/**
* JSONPath
*
*
* @example
* ```ts
* const jp = new JSONPath({a: "b"})
Expand Down
2 changes: 1 addition & 1 deletion json/_wasm/json_jsonpath.generated.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// deno-fmt-ignore-file
/// <reference types="./json_jsonpath.generated.d.mts" />

// source-hash: 7e71960193884e92c495c3345fbee5264a8c2f92
// source-hash: a4c19a39ce309845f08e5db46e004956e864944c
let wasm;

const heap = new Array(128).fill(undefined);
Expand Down

0 comments on commit f73cd0f

Please sign in to comment.