@putout/plugin-esm 4.2.0 β 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,8 @@ npm i putout @putout/plugin-esm -D
|
|
|
49
49
|
"ignore": []
|
|
50
50
|
}],
|
|
51
51
|
"esm/sort-imports-by-specifiers": "on",
|
|
52
|
-
"esm/resolve-imported-file": "
|
|
52
|
+
"esm/resolve-imported-file": "off",
|
|
53
|
+
"esm/apply-namespace-of-file": "off"
|
|
53
54
|
}
|
|
54
55
|
}
|
|
55
56
|
```
|
|
@@ -354,6 +355,7 @@ Check out in π**Putout Editor**:
|
|
|
354
355
|
|
|
355
356
|
- β
[`resolve-imported-file`](https://putout.cloudcmd.io/#/gist/241489cb2781dd37ec96baf0115cde4e/83c2f2e9f490850b7fda432f8d25ae6a64ed07e3);
|
|
356
357
|
- β
[`get-imports`](https://putout.cloudcmd.io/#/gist/ee10100fed86e4db926885dd54298668/7538bca7a9ae006d976f41261c0ed4c0e1902ace);
|
|
358
|
+
- β
[`is-esm`](https://putout.cloudcmd.io/#/gist/fa080be2bf3a6560e289d84b5873c2bc/2601091f6bf97148843767968c3afcb36dde31de);
|
|
357
359
|
- β
[`change-imports`](https://putout.cloudcmd.io/#/gist/23a6dc6741b772c03fbed95feda2b451/1fbecac6fc40282bcda0593aa666a8c213ef85b7);
|
|
358
360
|
|
|
359
361
|
Let's consider file structure:
|
package/package.json
CHANGED