@putout/plugin-esm 6.1.0 β 6.1.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 +0 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -117,22 +117,6 @@ Checkout in π[**Putout Editor**](https://putout.cloudcmd.io/#/gist/3fad517d76
|
|
|
117
117
|
|
|
118
118
|
#### β Example of incorrect code
|
|
119
119
|
|
|
120
|
-
```js
|
|
121
|
-
const {
|
|
122
|
-
report,
|
|
123
|
-
fix,
|
|
124
|
-
scan,
|
|
125
|
-
} = createRemoveFiles(['*.swp', '*.swo']);
|
|
126
|
-
|
|
127
|
-
export {
|
|
128
|
-
report,
|
|
129
|
-
fix,
|
|
130
|
-
scan,
|
|
131
|
-
};
|
|
132
|
-
```
|
|
133
|
-
|
|
134
|
-
#### β Example of incorrect code
|
|
135
|
-
|
|
136
120
|
```js
|
|
137
121
|
const stack = [];
|
|
138
122
|
|
|
@@ -287,7 +271,6 @@ import test, {stub} from 'supertape';
|
|
|
287
271
|
#### rename
|
|
288
272
|
|
|
289
273
|
Checkout in π[**Putout Editor**](https://putout.cloudcmd.io/#/gist/6604936dec6b1eed8ce0d143f2962f15/17b310a6e4d85b0b8615a8b91d0e27414e8af291).
|
|
290
|
-
|
|
291
274
|
To disable use:
|
|
292
275
|
|
|
293
276
|
```json
|
package/package.json
CHANGED