putout 38.1.0 → 38.1.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 +31 -0
- package/lib/default-options.js +1 -1
- package/lib/putout.js +1 -0
- package/package.json +5 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
2025.02.10, v38.1.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 9331e96fe @putout/operator-json: description
|
|
5
|
+
- c1a88abdc @putout/plugin-vitest: v3-apply-browser-instances: report after transform
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- f9ccb341b @putout/operator-parens: add
|
|
9
|
+
- fb7db0604 @putout/plugin-vitest: drop support of 🐊 < 38
|
|
10
|
+
|
|
11
|
+
2025.02.09, v38.1.1
|
|
12
|
+
|
|
13
|
+
fix:
|
|
14
|
+
- 72e487a1b @putout/operate: get back
|
|
15
|
+
- 434e4f7f7 @putout/plugin-nodejs: strict-mode: remove-useless: get back
|
|
16
|
+
|
|
17
|
+
feature:
|
|
18
|
+
- 897f6d958 putout: default fixCount: 3
|
|
19
|
+
- 72b54dbb2 @putout/engine-runner: @putout/plugin-filesystem v8.0.1
|
|
20
|
+
- e5cbf3c3e @putout/processor-filesystem: @putout/operator-filesystem v6.0.2
|
|
21
|
+
- 8b2a11bf7 putout: @putout/operator-match-files v6.0.1
|
|
22
|
+
- f7e8b64f9 @putout/plugin-filesystem: @putout/operator-filesystem v6.0.2
|
|
23
|
+
- 0a1a8d0ac putout: @putout/plugin-filesystem v8.0.0
|
|
24
|
+
- c8786fd9d @putout/processor-html: @putout/processor-css v10.0.0
|
|
25
|
+
- e8cc4051b putout: @putout/plugin-nodejs v14.0.0
|
|
26
|
+
- 718205c4d @putout/operator-rename-files: @putout/operator-filesystem v6.0.2
|
|
27
|
+
- 62292c6f8 @putout/operator-match-files: @putout/operator-filesystem v6.0.2
|
|
28
|
+
- 079db9f12 @putout/engine-runner: @putout/operator-declare v11.0.3
|
|
29
|
+
- 04680543a @putout/test: @putout/cli-process-file v2.0.1
|
|
30
|
+
- b9fa6d7fe @putout/engine-runner: @putout/operator-filesystem v6.0.2
|
|
31
|
+
|
|
1
32
|
2025.02.09, v38.1.0
|
|
2
33
|
|
|
3
34
|
feature:
|
package/lib/default-options.js
CHANGED
|
@@ -9,7 +9,7 @@ module.exports.defaultOptions = (opts = {}) => {
|
|
|
9
9
|
parser = 'babel',
|
|
10
10
|
printer = opts.printer || 'putout',
|
|
11
11
|
fix = true,
|
|
12
|
-
fixCount =
|
|
12
|
+
fixCount = 3,
|
|
13
13
|
loadPlugins = loader.loadPlugins,
|
|
14
14
|
loadPluginsAsync = loader.loadPluginsAsync,
|
|
15
15
|
runPlugins = runner.runPlugins,
|
package/lib/putout.js
CHANGED
|
@@ -130,6 +130,7 @@ module.exports.operator = {
|
|
|
130
130
|
...require('@putout/operator-match-files'),
|
|
131
131
|
...require('@putout/operator-rename-files'),
|
|
132
132
|
...require('@putout/operator-ignore'),
|
|
133
|
+
...require('@putout/operator-parens'),
|
|
133
134
|
};
|
|
134
135
|
|
|
135
136
|
module.exports.ignores = require('./ignores');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "38.1.
|
|
3
|
+
"version": "38.1.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",
|
|
@@ -84,7 +84,8 @@
|
|
|
84
84
|
"@putout/operator-ignore": "^2.0.0",
|
|
85
85
|
"@putout/operator-json": "^2.0.0",
|
|
86
86
|
"@putout/operator-keyword": "^2.0.0",
|
|
87
|
-
"@putout/operator-match-files": "^
|
|
87
|
+
"@putout/operator-match-files": "^6.0.1",
|
|
88
|
+
"@putout/operator-parens": "^1.0.0",
|
|
88
89
|
"@putout/operator-regexp": "^1.0.0",
|
|
89
90
|
"@putout/operator-rename-files": "^2.0.0",
|
|
90
91
|
"@putout/plugin-apply-arrow": "^1.0.0",
|
|
@@ -121,7 +122,7 @@
|
|
|
121
122
|
"@putout/plugin-extract-keywords-from-variables": "^2.0.0",
|
|
122
123
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
123
124
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
124
|
-
"@putout/plugin-filesystem": "^
|
|
125
|
+
"@putout/plugin-filesystem": "^8.0.0",
|
|
125
126
|
"@putout/plugin-for-of": "^7.0.0",
|
|
126
127
|
"@putout/plugin-generators": "^1.0.0",
|
|
127
128
|
"@putout/plugin-github": "^14.0.0",
|
|
@@ -135,7 +136,7 @@
|
|
|
135
136
|
"@putout/plugin-merge-duplicate-functions": "^2.0.0",
|
|
136
137
|
"@putout/plugin-montag": "^3.0.0",
|
|
137
138
|
"@putout/plugin-new": "^3.0.1",
|
|
138
|
-
"@putout/plugin-nodejs": "^
|
|
139
|
+
"@putout/plugin-nodejs": "^14.0.0",
|
|
139
140
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
140
141
|
"@putout/plugin-optional-chaining": "^1.0.1",
|
|
141
142
|
"@putout/plugin-package-json": "^9.0.0",
|