aboutsummaryrefslogtreecommitdiff
path: root/docs/module-system.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-07 22:08:18 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-07 22:08:18 -0700
commit2a6edf00cdb1326267d9099adc2986c94f048134 (patch)
tree827830dd77e1feb5fe5b292b2a1f755442bdd400 /docs/module-system.md
parentcbd2c56a1fb0fd36f34af20a38e681d6e5e9d64b (diff)
downloadbun-2a6edf00cdb1326267d9099adc2986c94f048134.tar.gz
bun-2a6edf00cdb1326267d9099adc2986c94f048134.tar.zst
bun-2a6edf00cdb1326267d9099adc2986c94f048134.zip
lotta changes
Diffstat (limited to 'docs/module-system.md')
-rw-r--r--docs/module-system.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/module-system.md b/docs/module-system.md
deleted file mode 100644
index a12fb0fff..000000000
--- a/docs/module-system.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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