putout 33.13.0 → 33.13.2
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/ChangeLog +23 -0
- package/lib/parse-options/apply-module-type-rules.js +2 -1
- package/package.json +2 -2
- package/putout.json +0 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
2023.11.30, v33.13.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 0bf206ec4 putout: parse-options: apply-module-type-rules: tape
|
|
5
|
+
|
|
6
|
+
2023.11.30, v33.13.1
|
|
7
|
+
|
|
8
|
+
fix:
|
|
9
|
+
- 9ca8632f4 putout: config: drop useless: tape/convert-mock-require-to-mock-import: already disabled
|
|
10
|
+
- 56ed4c7da @putout/plugin-filesystem: convert-filesystem-to-simple-filesystem: trailing slash
|
|
11
|
+
|
|
12
|
+
feature:
|
|
13
|
+
- 0411f1fbc @putout/plugin-putout: declare: get-rule: simplify
|
|
14
|
+
- 204f7f249 @putout/plugin-putout: declare: getFileType: add
|
|
15
|
+
- 7b5875357 @putout/operator-filesystem: getFileType: add
|
|
16
|
+
- 154a21204 @putout/engine-runner: Scanner: Simple Filesystem
|
|
17
|
+
- dfad2a2ae @putout/operator-filesystem: pause/start
|
|
18
|
+
- 27c932d6a @putout/operator-filesystem: putout -> babel
|
|
19
|
+
- b40e5e9fc @putout/plugin-filesystem: simple-filesystem: simplify
|
|
20
|
+
- 1f4bb7b18 putout: @putout/plugin-filesystem v2.0.0
|
|
21
|
+
- 6731eda00 @putout/plugin-filesystem: drop support of 🐊 < 33
|
|
22
|
+
- 5776b3819 @putout/plugin-filesystem: toSimple, fromSimple: add
|
|
23
|
+
|
|
1
24
|
2023.11.28, v33.13.0
|
|
2
25
|
|
|
3
26
|
fix:
|
|
@@ -13,7 +13,6 @@ function commonjs() {
|
|
|
13
13
|
match: {
|
|
14
14
|
'*.js': {
|
|
15
15
|
'nodejs/convert-esm-to-commonjs': 'on',
|
|
16
|
-
'tape/convert-mock-require-to-mock-import': 'off',
|
|
17
16
|
},
|
|
18
17
|
'.eslintrc.json': {
|
|
19
18
|
'eslint': 'on',
|
|
@@ -29,6 +28,8 @@ function esm() {
|
|
|
29
28
|
'*.js': {
|
|
30
29
|
'nodejs/convert-commonjs-to-esm': 'on',
|
|
31
30
|
'strict-mode/add-missing': 'off',
|
|
31
|
+
},
|
|
32
|
+
'{test,*.spec.js}': {
|
|
32
33
|
'tape/convert-mock-require-to-mock-import': 'on',
|
|
33
34
|
},
|
|
34
35
|
'.eslintrc.json': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "33.13.
|
|
3
|
+
"version": "33.13.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@putout/plugin-eslint": "^6.0.0",
|
|
108
108
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
109
109
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
110
|
-
"@putout/plugin-filesystem": "^
|
|
110
|
+
"@putout/plugin-filesystem": "^2.0.0",
|
|
111
111
|
"@putout/plugin-for-of": "^3.0.0",
|
|
112
112
|
"@putout/plugin-github": "^10.0.0",
|
|
113
113
|
"@putout/plugin-gitignore": "^4.0.0",
|