playwright/packages/playwright-core/bundles/utils/inject.js

4 lines
200 B
JavaScript
Raw Normal View History

2025-02-12 10:40:44 +01:00
// Replace 'import.meta.url' with the CJS equivalent.
// See https://github.com/evanw/esbuild/issues/1492#issuecomment-893144483
export var import_meta_url = require('url').pathToFileURL(__filename);