wallet-core/packages/anastasis-cli/src/import-meta-url.js

3 lines
152 B
JavaScript
Raw Normal View History

// Helper to make 'import.meta.url' available in esbuild-bundled code as well.
export const import_meta_url = require("url").pathToFileURL(__filename);