From 2a6edf00cdb1326267d9099adc2986c94f048134 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 7 Sep 2021 22:08:18 -0700 Subject: lotta changes --- docs/module-system.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 docs/module-system.md (limited to 'docs/module-system.md') 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 -- cgit v1.2.3