aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-28 04:36:15 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-28 04:36:15 -0800
commit839fd0347231062a46a0cd65cfbd6fc0a7efcc99 (patch)
tree0011efe5556781d2fac7661d69927bc0c7471827
parentfb5a90cb1b0fd5ec1ea8bd78902ac297e24187de (diff)
downloadbun-839fd0347231062a46a0cd65cfbd6fc0a7efcc99.tar.gz
bun-839fd0347231062a46a0cd65cfbd6fc0a7efcc99.tar.zst
bun-839fd0347231062a46a0cd65cfbd6fc0a7efcc99.zip
Update README.md
-rw-r--r--README.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4837d4cf9..4decf0d87 100644
--- a/README.md
+++ b/README.md
@@ -1189,7 +1189,6 @@ export const loader = () => import('./loader');
```
```ts
-// Note how it ignores the type-only import
{
"exports": [
"loader"
@@ -1230,23 +1229,21 @@ export const loader = () => import('./loader');
`);
```
-<sup> Note how it ignores the type-only import</sup>
-
```json
[
{
"kind": "import-statement",
- "path": "react",
+ "path": "react"
},
{
"kind": "import-statement",
- "path": "remix",
+ "path": "remix"
},
{
"kind": "dynamic-import",
- "path": "./loader",
- },
-];
+ "path": "./loader"
+ }
+]
```
## Environment variables