Files
bun.sh/docs/module-system.md
Jarred Sumner 68fa7ec2d0 WIP
Former-commit-id: 60cc85dc0652b34e9c7ec409f32ba635cc4b2e51
2021-07-28 10:56:36 -07:00

299 B

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