Using shim: true
generate
// ../../node_modules/.pnpm/[email protected][email protected]/node_modules/tsup/assets/esm_shims.js
import { fileURLToPath } from "url";
import path from "path";
var getFilename = () => fileURLToPath(import.meta.url);
var getDirname = () => path.dirname(getFilename());
var __dirname = /* @__PURE__ */ getDirname();
But deno complains with syntax "path"
and required "node:path"
is there any way to change this ?
If you want to use a built-in Node module, add a "node:" prefix (ex. "node:path").
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too