Skip to content

Commit f0d570d

Browse files
authored
fix: import in xml bench (#106)
1 parent b64ecae commit f0d570d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

deno.lock

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xml/bench/bench.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// deno-lint-ignore-file no-external-import
2-
import { expandGlob } from "@std/fs/expand-glob"
2+
import { expandGlob } from "jsr:@std/fs/expand-glob"
33
import { parse } from "../mod.ts"
44
import { parse as parse_v5 } from "jsr:@libs/[email protected]/parse"
55
import { parse as parse_v4 } from "https://deno.land/x/[email protected]/parse.ts"

0 commit comments

Comments
 (0)