We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 226e9c0 + 1d4489e commit 25306d6Copy full SHA for 25306d6
1 file changed
transaction.ts
@@ -22,7 +22,7 @@ import { decodeBase64, encodeBase64 } from "@std/encoding";
22
const ON_DEMAND_CHUNK_NAME = "ondemand.s";
23
const INDICES_REGEX = /\(\w\[(\d{1,2})\],\s*16\)/g;
24
const ON_DEMAND_FILE_HASH_REGEX =
25
- /(\d+):\s*["']ondemand\.s["'][\s\S]*?\}\[e\]\s*\|\|\s*e\)\s*\+\s*["']\.["']\s*\+\s*\{[\s\S]*?\b\1:\s*["']([a-zA-Z0-9_-]+)["']/s;
+ /(\d+):\s*["']ondemand\.s["'][\s\S]*?\}\)\[e\]\s*\|\|\s*e\)\s*\+\s*["']\.["']\s*\+\s*\(\{[\s\S]*?\b\1:\s*["']([a-zA-Z0-9_-]+)["']/s;
26
27
function resolveOnDemandFileUrlFromRuntime(
28
runtimeSource: string,
0 commit comments