summaryrefslogtreecommitdiff
path: root/scripts/esbuild-banner.js
diff options
context:
space:
mode:
authormatt korwel <[email protected]>2025-07-07 16:36:51 -0700
committerGitHub <[email protected]>2025-07-07 23:36:51 +0000
commita4097ae6f95afab0005a0f76a9334715f6b3afef (patch)
treee05f57f991356c0954a2baf75f3d4bff957a157a /scripts/esbuild-banner.js
parent4e84989d8f6330027327f4fc214055c1cd7bf45b (diff)
Release and Packaging: Clean up (#3489)
Diffstat (limited to 'scripts/esbuild-banner.js')
-rw-r--r--scripts/esbuild-banner.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/esbuild-banner.js b/scripts/esbuild-banner.js
deleted file mode 100644
index 98b14617..00000000
--- a/scripts/esbuild-banner.js
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
- * @license
- * Copyright 2025 Google LLC
- * SPDX-License-Identifier: Apache-2.0
- */
-
-// esbuild-banner.js
-import { createRequire } from 'module';
-const require = createRequire(import.meta.url);
-globalThis.__filename = require('url').fileURLToPath(import.meta.url);
-globalThis.__dirname = require('path').dirname(globalThis.__filename);