deno.land / x / esm@v135_2 / test / external-bundle / ajv.test.tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import * as ajv from "http://localhost:8080/ajv@8.12.0?bundle&external=fast-deep-equal";
function use(arg: any) {}
Deno.test("external-bundle", async () => { use(ajv); // hack to prevent unused import removal assert((globalThis as any).ourDeepEqImported === true);});
esm

Version Info

Tagged at
a year ago