Skip to content
Grammar
ECMAScript
Deadline
2,000 ms
Runtime
Browser

Inventory JavaScript exports and re-exports

List declared exports, aliases, defaults, wildcard exports, and re-export sources.

Local processingNo sign-upNever executed

Input

Paste module syntax containing declarations or re-exports.

Local

Export report

Submit the example or replace it with your own input. Source is parsed but never executed.

What this tool proves

Explicit static behavior

An export inventory separates local declarations from source-backed re-exports and default exports. It reports syntax without claiming that a remote module exists.

An export surface can be described without loading its graph

An export inventory separates local declarations from source-backed re-exports and default exports. It reports syntax without claiming that a remote module exists.

Declaration identifiers and explicit exported aliases are included; export-star remains a wildcard because resolution is deliberately disabled.

Static analysis has a deliberate safety boundary

Tool Swim parses source as standard ECMAScript inside a disposable Web Worker with a 2,000 ms deadline. It never calls eval, Function, imported modules, or user code.

Source and results stay in the current browser tab. The public tool makes no API request, stores no preset, and does not require an account or telemetry.

Primary references

Questions and answers

Related JavaScript tools