📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:32:47
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
sucrase
/
dist
/
types
/
util
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/sucrase/dist/types/util
🔄 Refresh
✏️
Editing: getTSImportedNames.d.ts
Writable
import type TokenProcessor from "../TokenProcessor"; /** * Special case code to scan for imported names in ESM TypeScript. We need to do this so we can * properly get globals so we can compute shadowed globals. * * This is similar to logic in CJSImportProcessor, but trimmed down to avoid logic with CJS * replacement and flow type imports. */ export default function getTSImportedNames(tokens: TokenProcessor): Set<string>;
💾 Save Changes
❌ Cancel