summaryrefslogtreecommitdiff
path: root/tests/testdata/workers/error_worker_permissions_local.ts
blob: 1a4b4c0a951bd28fefd6a0c6c469ecf5ce3ecab3 (plain)
1
2
3
4
new Worker(
  import.meta.resolve("../subdir/worker_types.ts"),
  { type: "module" },
);