diff --git a/apps/oxlint/tsdown_plugins/replace_globals.ts b/apps/oxlint/tsdown_plugins/replace_globals.ts index 8b0f5e8a028e1..2473bdeca1641 100644 --- a/apps/oxlint/tsdown_plugins/replace_globals.ts +++ b/apps/oxlint/tsdown_plugins/replace_globals.ts @@ -47,8 +47,8 @@ const availableGlobals = getAvailableGlobals(GLOBALS_PATH); const plugin: Plugin = { name: "replace-globals", transform: { - // Only process TS files in `src-js` directory - filter: { id: /\/src-js\/.+(?