mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
10 lines
299 B
Markdown
10 lines
299 B
Markdown
# Modules (JavaScript Runtime Environment)
|
|
|
|
This is about the JavaScript Runtime Environment, so this doesn't apply when bundling for Node.js or Web.
|
|
|
|
The JavaScript Runtime treats modules as close as possible to what it does on the web.
|
|
|
|
That means:
|
|
|
|
- Modules are always transformed to ES Modules
|